CollectionFieldDef constructor
CollectionFieldDef({
- required String name,
- required CollectionDefinition type,
- bool isList = false,
Implementation
CollectionFieldDef({
required this.name,
required this.type,
this.isList = false,
});