line property

FixedList<String>? get line

Street name, number, direction & P.O. Box etc. This repeating element order: The order in which lines should appear in an address label

Implementation

FixedList<String>? get line => lineField.getValue(_json);