isValid property

bool get isValid

Implementation

bool get isValid => isSuccessful && data != null && result.isNotEmpty;