TypeDefinition constructor
TypeDefinition({
- required String className,
- List<
TypeDefinition> generics = const [], - required bool nullable,
- String? url,
- DartType? dartType,
- bool customClass = false,
- EnumDefinition? enumDefinition,
- SerializableModelDefinition? projectModelDefinition,
- String? recordFieldName,
- int? vectorDimension,
Implementation
TypeDefinition({
required this.className,
this.generics = const [],
required this.nullable,
this.url,
this.dartType,
this.customClass = false,
this.enumDefinition,
this.projectModelDefinition,
this.recordFieldName,
this.vectorDimension,
});