InterpretedExtensionType constructor

InterpretedExtensionType(
  1. String name,
  2. String representationFieldName,
  3. RuntimeType? representationType,
  4. Environment definitionEnvironment,
  5. Map<String, InterpretedFunction> getters,
  6. Map<String, InterpretedFunction> methods,
)

Implementation

InterpretedExtensionType(
  this.name,
  this.representationFieldName,
  this.representationType,
  this.definitionEnvironment,
  this.getters,
  this.methods,
);