timeOfDay property

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

A start and end time in a time-only ISO-8601 extended offset format. Supported operations: equals, notEquals.

Implementation

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