Address class

Constructors

Address({String? sfid, String? name, String? codeC, String? codeDistrictC, String? codeWardC, String? levelsC, String? parentC, String? recordtypeid})
Khởi tạo
Address.fromJson(Map<String, dynamic> json)
Map to model

Properties

codeC String?
codeC
getter/setter pair
codeDistrictC String?
code District
getter/setter pair
codeWardC String?
code Ward
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
levelsC String?
levels
getter/setter pair
name String?
Address name
getter/setter pair
parentC String?
parent address
getter/setter pair
recordtypeid String?
record type id
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sfid String?
sfid of address
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
model to json
toString() String
A string representation of this object.
inherited

Operators

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