hour property

  1. @BuiltValueField(wireName: r'hour')
int? get hour

defines at which time at the date "date" the location will be open; for example: "13:00" (this parameter is used only if closedNow true and neverOpens false)

Implementation

@BuiltValueField(wireName: r'hour')
int? get hour;