ProfilerError class
class ProfilerError extends Error { final String message; ProfilerError(String this.message); toString() => message; }
Extends
Error > ProfilerError
Constructors
Properties
final String message #
final String message
Methods
dynamic toString() #
Returns a string representation of this object.
docs inherited from Object
toString() => message;