exception property

String exception

Implementation

String get exception => _exception ?? status.exception;
void exception=(String value)

Implementation

set exception(String value) => _exception = value;