utils/chunk library

Functions

chunk<T extends JSONSerialisable>(List<T> array, int count, {int? maxKB}) List<List<T>>
sizeOf(JSONSerialisable obj) int