toMap method Null safety
Convert the object to Map.
Implementation
Map<String,double> toMap()=>{
'west':west,
'east':east,
'north':north,
'south':south
};
Convert the object to Map.
Map<String,double> toMap()=>{
'west':west,
'east':east,
'north':north,
'south':south
};