isNone property
bool
get
isNone
Returns true if this is WorkdayDirection.none.
Implementation
bool get isNone => this == WorkdayDirection.none;
Returns true if this is WorkdayDirection.none.
bool get isNone => this == WorkdayDirection.none;