DeleteDatasetResponse class
Response to a successful DeleteDataset request.
Constructors
- DeleteDatasetResponse({Dataset? dataset})
-
DeleteDatasetResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataset → Dataset?
-
A collection of data for an identity pool. An identity pool can have
multiple datasets. A dataset is per identity and can be general or
associated with a particular entity in an application (like a saved game).
Datasets are automatically created if they don't exist. Data is synced by
dataset, and a dataset can hold up to 1MB of key-value pairs.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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