openNow property

  1. @BuiltValueField(wireName: r'open_now')
bool? get openNow

A boolean value indicating if the place is open at the current time.

Implementation

@BuiltValueField(wireName: r'open_now')
bool? get openNow;