Dart SDK
dart:convert
AsciiDecoder
AsciiDecoder
AsciiDecoder
Dart SDK
dart:convert
AsciiDecoder
AsciiDecoder
const constructor
AsciiDecoder
Source
Dart SDK
dart:convert
AsciiDecoder
Constructors
AsciiDecoder
Properties
hashCode
runtimeType
Operators
operator ==
Methods
bind
convert
fuse
noSuchMethod
startChunkedConversion
toString
const
AsciiDecoder
(
{
bool
allowInvalid
:
false
})
Source
const AsciiDecoder({bool allowInvalid: false}) : super(allowInvalid, _ASCII_MASK);