IJsonObject.from constructor

IJsonObject.from(
  1. IInspectable interface
)

Implementation

factory IJsonObject.from(IInspectable interface) =>
    IJsonObject.fromRawPointer(interface.toInterface(IID_IJsonObject));