ListExtension extension

on

Methods

parseObjects<T>(T? transform(dynamic)) List<T>
Parses a JSONArray of JSONObject into a List of models using the given transform.