CarillonLocation constructor
CarillonLocation({})
Implementation
CarillonLocation(
{
required this.id,
required this.address,
required this.latitude,
required this.longitude,
this.name = 'Unnamed',
});