isCurrentInLocalZone method

bool isCurrentInLocalZone({
  1. Clock? clock,
})

Implementation

bool isCurrentInLocalZone({Clock? clock}) =>
    this == Year.currentInLocalZone(clock: clock);