SanityDataset constructor

SanityDataset({
  1. required String name,
  2. required String aclMode,
})

Creates a new Sanity dataset with the given name and ACL mode.

Implementation

SanityDataset({required this.name, required this.aclMode});