error property

  1. @override
Object? error

Used to indicate that something is wrong with this state.

Implementation

@override
Object? get error => _error;