GuestAttributes class
A guest attributes entry.
Constructors
- GuestAttributes({String? kind, String? queryPath, GuestAttributesValue? queryValue, String? selfLink, String? variableKey, String? variableValue})
- GuestAttributes.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Type of the resource.
getter/setter pair
- queryPath ↔ String?
-
The path to be queried.
getter/setter pair
- queryValue ↔ GuestAttributesValue?
-
The value of the requested queried path.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
Server-defined URL for this resource.
getter/setter pair
- variableKey ↔ String?
-
The key to search for.
getter/setter pair
- variableValue ↔ String?
-
The value found for the requested key.
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