isNull property
bool
get
isNull
use returnedValue.isNull to check if no results were obtained
Implementation
bool get isNull => rates.isEmpty;
use returnedValue.isNull to check if no results were obtained
bool get isNull => rates.isEmpty;