isEmpty property

bool isEmpty

Whether or not this NextBuses is empty.

Implementation

bool get isEmpty => stopName.isEmpty && predictions.isEmpty;