TimeFormatException.withValue constructor
Creates a TimeFormatException object that includes the value that triggered this exception.
Implementation
const TimeFormatException.withValue(this.value, [this.message]);
Creates a TimeFormatException object that includes the value that triggered this exception.
const TimeFormatException.withValue(this.value, [this.message]);