errorMessage property

String? get errorMessage

Returns any error message related to time validation, or null if the time is valid.

Implementation

String? get errorMessage => _errorMessage;