isSuccess property

  1. @override
bool get isSuccess
override

A getter that returns true if the operation was successful (i.e., no error).

Implementation

@override
bool get isSuccess => true;