ManagedType constructor Null safety
- Type type,
- ManagedPropertyType kind,
- ManagedType? elements,
- Map<
String, dynamic> enumerationMap
Creates a new instance.
type must be representable by ManagedPropertyType.
Implementation
ManagedType(this.type, this.kind, this.elements, this.enumerationMap);