isNone property

bool get isNone

Returns true if this is WorkdayDirection.none.

Implementation

bool get isNone => this == WorkdayDirection.none;