toJson method
Implementation
Map toJson () => {
'id': id,
'metadata': metadata,
'description': description,
'name': name,
'address': address,
'geometryRadius': geometryRadius,
'geometry': geometry
};
Map toJson () => {
'id': id,
'metadata': metadata,
'description': description,
'name': name,
'address': address,
'geometryRadius': geometryRadius,
'geometry': geometry
};