MapUserModel class

Constructors

MapUserModel({required String address, required String phone, required LocationModel locationModel, String? floor, String? entrance, String? house, String? comment})
MapUserModel.fromJson(Map<String, dynamic> json)
factory
MapUserModel.fromRawJson(String str)
factory

Properties

address String
final
comment String?
final
entrance String?
final
floor String?
final
hashCode int
The hash code for this object.
no setterinherited
house String?
final
locationModel LocationModel
final
phone String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? address, String? phone, String? floor, String? entrance, String? house, String? comment, LocationModel? locationModel}) MapUserModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toRawJson() String
toString() String
A string representation of this object.
inherited

Operators

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