isNotEmpty property

bool get isNotEmpty

Whether or not this RailIncident object is not empty.

Implementation

bool get isNotEmpty => !isEmpty;