allGood property

bool get allGood

Checks if the API response indicates that everything is good.

Implementation

bool get allGood => errors!.isEmpty;