TimeFormatException constructor

const TimeFormatException([
  1. String? message
])

Creates a TimeFormatException object.

Implementation

const TimeFormatException([this.message]) : value = null;