isSuccess property

  1. @override
bool get isSuccess
override

Whether the current state represents a successful operation with data.

Implementation

@override
bool get isSuccess => value.isSuccess;