InterpretedExtensionTypeInstance constructor

InterpretedExtensionTypeInstance(
  1. InterpretedExtensionType extensionType,
  2. Object? representationValue
)

Implementation

InterpretedExtensionTypeInstance(
    this.extensionType, this.representationValue);