isNotEmpty property

bool isNotEmpty

Whether or not this NextTrain instance is not empty.

Implementation

bool get isNotEmpty => locationCode.isNotEmpty;