types library

Classes

Range
A simple structure for ranges. Convertible to List.
StringOrList<T>
Wraps a dynamic value into a ListOrString object that requires the value to be either a String or a List of T.
Where
Type for the where parameter.

Typedefs

Column = Map<String, dynamic>
What a Element contains.
Element = Map<String, dynamic>
Type for the given elements map.
PriorityMap = Map<String, int>
Used to define the priority of each column.