is12Hour property

bool get is12Hour

Whether this clock style represents a 12-hour clock.

Implementation

bool get is12Hour =>
    this == ClockStyle.zeroToEleven || this == ClockStyle.oneToTwelve;