ApartmentModel constructor
const
ApartmentModel({})
Implementation
const ApartmentModel({
required this.id,
required this.name,
required this.longitude,
required this.latitude,
required this.day,
required this.address,
required this.createdAt,
required this.updatedAt,
});