menu
google_maps_apis package
documentation
places_new.dart
Jsonable<T extends Object>
fromJsonList method
fromJsonList method
dark_mode
light_mode
fromJsonList
method
List
<
T
>
?
fromJsonList
(
List
?
jsonList
)
Implementation
List<T>? fromJsonList(List<dynamic>? jsonList) => fromJsonListGeneric<T>(jsonList, fromJsonMap);
google_maps_apis package
documentation
places_new
Jsonable<T extends Object>
fromJsonList method
Jsonable class