addressZip property

  1. @JsonKey(name: "address_zip")
String? get addressZip
inherited

ZIP or postal code.

Implementation

@JsonKey(name: "address_zip")
String? get addressZip => throw _privateConstructorUsedError;