Dart API Referencedart:coreUnsupportedOperationException

UnsupportedOperationException Class

Implements

Exception

Constructors

Code const UnsupportedOperationException(String _message) #

const UnsupportedOperationException(String this._message);

Methods

Code String toString() #

String toString() => "UnsupportedOperationException: $_message";