ProductPayload class
Specifies product specific payload.
Constructors
- ProductPayload.new({GoogleHomePayload? googleHomePayload, GoogleOnePayload? googleOnePayload, YoutubePayload? youtubePayload})
- ProductPayload.fromJson(Map json_)
Properties
- googleHomePayload ↔ GoogleHomePayload?
-
Payload specific to Google Home products.
getter/setter pair
- googleOnePayload ↔ GoogleOnePayload?
-
Product-specific payloads.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- youtubePayload ↔ YoutubePayload?
-
Payload specific to Youtube products.
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