error property

Rx<Object?> get error

The current error, if any - using Rx for consistent reactive behavior

Implementation

Rx<Object?> get error => _error;