Flutter
dart:convert
AsciiDecoder
AsciiDecoder const constructor
AsciiDecoder
AsciiDecoder class
Constructors
AsciiDecoder
Properties
hashCode
runtimeType
Methods
startChunkedConversion
bind
cast
convert
fuse
noSuchMethod
toString
Operators
operator ==
AsciiDecoder constructor
const
AsciiDecoder
(
{
bool
allowInvalid
:
false
})
Implementation
const AsciiDecoder({bool allowInvalid: false}) : super(allowInvalid, _asciiMask);