AccessSchema constructor
AccessSchema({
- required MapAccessType type,
- List<
ConditionSchema> conditions = const [],
Returns a new AccessSchema instance.
Implementation
AccessSchema({
required this.type,
this.conditions = const [],
});