container property
MapperContainer
get
container
inherited
Implementation
MapperContainer get container {
assert(
_container != null,
'SimpleMapper.container can only be accessed inside the decode() or encode() functions.',
);
return _container!;
}