TimeFormatException constructor
const
TimeFormatException([
- String? message
Creates a TimeFormatException object.
Implementation
const TimeFormatException([this.message]) : value = null;
Creates a TimeFormatException object.
const TimeFormatException([this.message]) : value = null;