MapLocation constructor
const
MapLocation({})
Implementation
const MapLocation({
required this.id,
required this.name,
required this.latitude,
required this.longitude,
this.region,
this.regionCode,
this.code,
this.description,
this.metadata,
this.isActive = false,
});