AddAddressEvent class

Inheritance

Constructors

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

Properties

additionalInfo String?
final
address String?
final
building String?
final
city String?
final
floor String?
final
fullName String?
final
googleAddress String?
final
hashCode int
The hash code for this object.
no setterinherited
lat String?
final
lng String?
final
name String?
final
phone String?
final
region String?
final
road String?
final
room String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited