mock_data/utils library
Classes
-
MockResponse<
T>
Constants
- defaultPage → const int
- defaultPageSize → const int
Functions
-
deserialize<
T> (dynamic value) → T -
deserializeListOf<
T> (dynamic value) → BuiltList< T> -
getSubSet<
T> ({required Iterable< T> items, int? page, int? size, String? sorting}) → MockResponse<T>