Location constructor Null safety
Implementation
Location({
required this.id,
required this.name,
required this.type,
required this.dimension,
required this.residents,
required this.url,
required this.created,
});
Location({
required this.id,
required this.name,
required this.type,
required this.dimension,
required this.residents,
required this.url,
required this.created,
});