Place constructor
Implementation
Place({
required this.id,
required this.lat,
required this.lng,
required this.note,
required this.timestamp,
this.address,
this.isLocal = false,
this.isEncrypted = false,
});
Place({
required this.id,
required this.lat,
required this.lng,
required this.note,
required this.timestamp,
this.address,
this.isLocal = false,
this.isEncrypted = false,
});