StandardMappedDecoder constructor

StandardMappedDecoder(
  1. Map<Object, dynamic> _value, [
  2. bool _isHumanReadable = true,
  3. List<CustomTypeDelegate> _customTypes = const []
])

Implementation

StandardMappedDecoder(this._value, [super._isHumanReadable, super._customTypes]);