error property
Object
get
error
Returns the error of a ErrorEvent, throws otherwise.
Implementation
Object get error => throw UnimplementedError('$this has no error.');
Returns the error of a ErrorEvent, throws otherwise.
Object get error => throw UnimplementedError('$this has no error.');