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