isValid property

bool get isValid
inherited

Implementation

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