ManagedType constructor

ManagedType(
  1. Type? type,
  2. ManagedPropertyType? kind,
  3. ManagedType? elements,
  4. Map<String, dynamic>? enumerationMap,
)

Creates a new instance.

type must be representable by ManagedPropertyType.

Implementation

ManagedType(this.type, this.kind, this.elements, this.enumerationMap);