menu
google_maps_apis package
documentation
places_new.dart
Jsonable<T extends Object>
fromJsonString method
fromJsonString method
dark_mode
light_mode
fromJsonString
method
T?
fromJsonString
(
String
?
json
)
Implementation
T? fromJsonString(String? json) => fromJsonStringGeneric<T>(json, fromJsonMap);
google_maps_apis package
documentation
places_new
Jsonable<T extends Object>
fromJsonString method
Jsonable class