internals library

This is only for internal use by generated code.

Classes

BaseCopyWith<$T, $R>
DateTimeMapper
EnumMapper<T>
IterableMapper<I extends Iterable>
ListCopyWith<$R, $E, $C>
Interface used for Lists in chained copyWith methods All methods return a new modified list and do not modify the original list
MapCopyWith<$R, $K, $V, $C>
Interface used for Maps in chained copyWith methods All methods return a new modified map and do not modify the original map
MapMapper<M extends Map>
MappableMixin
MapperContainer
MapperEquality
PrimitiveMapper<T>

Constants

$none → const _None

Functions

$identity<T>(T value) → T
checked<T, U>(dynamic v, T fn(U)) → T
clearType(Map<String, dynamic> map) → void
guard<T>(MapperMethod method, String hint, T fn()) → T

Typedefs

ItemCopyWith<$C, $E, $R> = $C Function($E a, Then<$E, $R> b)
Then<$T, $R> = $R Function($T)