google_map_windows
WindowsMap
LatLngBounds
toJson method
toJson
toJson
method
Null safety
String
toJson
(
)
Convert the object to json.
Implementation
String toJson()=>jsonEncode(toMap());
google_map_windows
WindowsMap
LatLngBounds
toJson method
LatLngBounds class
Constructors
LatLngBounds
fromJson
fromMap
Properties
east
hashCode
north
runtimeType
south
west
Methods
contains
extend
getCenter
getNorthEast
getNorthWest
getSouthEast
getSouthWest
intersects
noSuchMethod
toJson
toMap
toString
union
Operators
operator ==