StandardMappedDecoder constructor
StandardMappedDecoder(
- Map<
Object, dynamic> _value, [ - bool _isHumanReadable = true,
- List<
CustomTypeDelegate> _customTypes = const []
Implementation
StandardMappedDecoder(this._value, [super._isHumanReadable, super._customTypes]);