exception property

String get exception

Implementation

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

Implementation

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