FContactPostalAddressLabeled constructor

FContactPostalAddressLabeled({String label, String street, String city, String subLocality, String subAdministrativeArea, String postalCode, String state, String country, String isoCountryCode, String formatted })

Implementation

FContactPostalAddressLabeled(
    {this.label,
    this.street,
    this.city,
    this.subLocality,
    this.subAdministrativeArea,
    this.postalCode,
    this.state,
    this.country,
    this.isoCountryCode,
    this.formatted});