InterpretedExtensionType constructor
InterpretedExtensionType(
- String name,
- String representationFieldName,
- RuntimeType? representationType,
- Environment definitionEnvironment,
- Map<
String, InterpretedFunction> getters, - Map<
String, InterpretedFunction> methods,
Implementation
InterpretedExtensionType(
this.name,
this.representationFieldName,
this.representationType,
this.definitionEnvironment,
this.getters,
this.methods,
);