allGood property
bool
get
allGood
Checks if the API response indicates that everything is good.
Implementation
bool get allGood => errors!.isEmpty;
Checks if the API response indicates that everything is good.
bool get allGood => errors!.isEmpty;