CollectionArea constructor
CollectionArea({})
Implementation
CollectionArea({
required this.instance,
required this.collection,
required this.schemas,
required this.client,
super.key,
});
CollectionArea({
required this.instance,
required this.collection,
required this.schemas,
required this.client,
super.key,
});