MapUserModel constructor
MapUserModel({})
Implementation
MapUserModel({
required this.address,
required this.phone,
required this.locationModel,
this.floor,
this.entrance,
this.house,
this.comment,
});