AddAddressEvent constructor

AddAddressEvent({
  1. String? fullName,
  2. String? phone,
  3. String? name,
  4. String? region,
  5. String? address,
  6. String? city,
  7. String? road,
  8. String? building,
  9. String? floor,
  10. String? room,
  11. String? googleAddress,
  12. String? additionalInfo,
  13. String? lat,
  14. String? lng,
})

Implementation

AddAddressEvent(
    {this.fullName,
    this.phone,
    this.name,
    this.region,
    this.address,
    this.city,
    this.road,
    this.building,
    this.floor,
    this.room,
    this.googleAddress,
    this.additionalInfo,
    this.lat,
    this.lng});