MapNote constructor
MapNote({})
Implementation
MapNote(
{super.id,
required super.location,
this.author,
required this.message,
super.deleting,
super.created})
: super(type: dbType);
MapNote(
{super.id,
required super.location,
this.author,
required this.message,
super.deleting,
super.created})
: super(type: dbType);