Chain class

A chain is a brand that your business's locations can be affiliated with.

Constructors

Chain({List<ChainName>? chainNames, int? locationCount, String? name, List<ChainUri>? websites})
Chain.fromJson(Map json_)

Properties

chainNames List<ChainName>?
Names of the chain.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationCount int?
Number of locations that are part of this chain.
getter/setter pair
name String?
The chain's resource name, in the format chains/{chain_id}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
websites List<ChainUri>?
Websites of the chain.
getter/setter pair

Methods

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

Operators

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