TimeFormatException.withValue constructor

const TimeFormatException.withValue(
  1. int? value, [
  2. String? message
])

Creates a TimeFormatException object that includes the value that triggered this exception.

Implementation

const TimeFormatException.withValue(this.value, [this.message]);