isMinute property

bool isMinute

Returns true if the mode is TickingMode.minute.

Implementation

bool get isMinute => this == TickingMode.minute;