address property

String address

Implementation

String get address =>
    '${province?.name ?? ''}${city?.name ?? ''}${county?.name ?? ''}';