Dart API Referencedart:coreInternalError

InternalError Class

Constructors

Code const InternalError(String _msg) #

const InternalError(this._msg);

Methods

Code String toString() #

String toString() => "InternalError: '${_msg}'";