countryCode property

  1. @JsonKey.new(name: 'country_code')
String? get countryCode
inherited

Implementation

@JsonKey(name: 'country_code')
String? get countryCode => throw _privateConstructorUsedError;