isNull property

bool get isNull

use returnedValue.isNull to check if no results were obtained

Implementation

bool get isNull => rates.isEmpty;