InterpretedExtensionTypeInstance constructor
InterpretedExtensionTypeInstance(
- InterpretedExtensionType extensionType,
- Object? representationValue
Implementation
InterpretedExtensionTypeInstance(
this.extensionType,
this.representationValue,
);