timeOfDay property

  1. @BuiltValueField.new(wireName: r'timeOfDay')
String? get timeOfDay

The time of day, in hh:mm:ss format, used when the duration.unit is hours. If not provided, by default, this is set to 00:00:00.

Implementation

@BuiltValueField(wireName: r'timeOfDay')
String? get timeOfDay;