SanityDataset class
A class to represent a Sanity dataset.
- Annotations
-
- @JsonSerializable(createToJson: false)
Constructors
- SanityDataset({required String name, required String aclMode})
- Creates a new Sanity dataset with the given name and ACL mode.
-
SanityDataset.fromJson(Map<
String, dynamic> json) -
Creates a new Sanity dataset from a JSON map.
factory
Properties
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.
override