TimezoneException constructor

const TimezoneException(
  1. String message
)

Creates a new TimezoneException

Implementation

const TimezoneException(super.message);