timePattern property

String? timePattern
final

timePattern is the time pattern of the date. By default, depending of use24HourFormat we use %I:%M %p or %H:%M. If timePattern is submitted, this will be used instead of the default.

Implementation

final String? timePattern;