Period class

Constructors

Period({Close? close, Open? open})
Period.fromJson(Map<String, dynamic> json)
factory

Properties

close Close?
close may contain a pair of day and time objects describing when the place closes. Note: If a place is always open, the close section will be missing from the response. Clients can rely on always-open being represented as an open period containing day with value 0 and time with value 0000, and no close.
final
hashCode int
The hash code for this object.
no setterinherited
open Open?
open contains a pair of day and time objects describing when the place opens.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited