time property

  1. @BuiltValueField(wireName: r'time')
String time

May contain a time of day in 24-hour hhmm format. Values are in the range 0000–2359. The time will be reported in the place’s time zone.

Implementation

@BuiltValueField(wireName: r'time')
String get time;