ListExtension extension
- on
-
- List?
Methods
-
parseObjects<
T> (T? transform(dynamic)) → List< T> -
Available on List?, provided by the ListExtension extension
Parses a JSONArray of JSONObject into a List of models using the giventransform
.