id property

  1. @JsonKey.new(name: 'customerID')
String? get id
inherited

Implementation

@JsonKey(name: 'customerID')
String? get id => throw _privateConstructorUsedError;