State property

String? State
Gets or sets the state.

Implementation

String? get State =>
    this._propertyBag[_PhysicalAddressSchema.State] as String?;
void State=(String? value)

Implementation

set State(String? value) =>
    this._propertyBag[_PhysicalAddressSchema.State] = value;