error property

Rx<Object?> error
final

Current error (null if no error)

Implementation

final Rx<Object?> error = Rx(null);