TimedErrorMessage constructor
Creates a new TimedErrorMessage with the given error and optional duration.
Implementation
TimedErrorMessage({required this.error, required this.duration});
Creates a new TimedErrorMessage with the given error and optional duration.
TimedErrorMessage({required this.error, required this.duration});