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