type property

AddressType? type
inherited

type Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.

Implementation

AddressType? get type => throw _privateConstructorUsedError;