iso property

  1. @JsonKey(name: 'iso')
String iso
inherited

Country ISO code.

Implementation

@JsonKey(name: 'iso')
String get iso => throw _privateConstructorUsedError;