Dart API Referencedart:ioDecoderException

DecoderException Class

Implements

Exception

Constructors

Code const DecoderException([String message]) #

const DecoderException([String this.message]);

Methods

Code String toString() #

String toString() => "DecoderException: $message";

Fields

Code final String message #

final String message;