IJsonValue.from constructor

IJsonValue.from(
  1. IInspectable interface
)

Implementation

factory IJsonValue.from(IInspectable interface) =>
    IJsonValue.fromRawPointer(interface.toInterface(IID_IJsonValue));