address property

FixedList<Address>? get address

An address for the organization.

Implementation

FixedList<Address>? get address => addressField.getValue(json);