asLocation property
AddressLocation?
get
asLocation
Implementation
AddressLocation? get asLocation => this.isLocation ? this._value as AddressLocation : null;
AddressLocation? get asLocation => this.isLocation ? this._value as AddressLocation : null;