toMap method

Map<String, Object?> toMap()

Implementation

Map<String, Object?> toMap() => <String, Object?>{
      'name': name,
      'address': address,
      'nation': nation,
      'nationCode': nationCode,
      'province': province,
      'city': city,
      'district': district,
      'town': town,
      'village': village,
      'street': street,
      'streetNo': streetNo,
      'cityCode': cityCode,
      'cityPhoneCode': cityPhoneCode,
      'areaStat': areaStat,
    };