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>
Mixins
Extensions
- GuardedUtils on MapperContainer
- HooksMapping on MappingHooks?
-
NullIterable
on Iterable<
T>
Constants
- $none → const _None
Functions
Typedefs
-
ItemCopyWith<
$C, $E, $R> = $C Function($E a, Then< $E, $R> b) -
Then<
$T, $R> = $R Function($T)