error property

String? get error

This field is a string value and contains a detailed error message if the revoke method call failed, it is undefined on success.

Implementation

String? get error => _error?.toDart;