IPropertyValue.from constructor

IPropertyValue.from(
  1. IInspectable interface
)

Implementation

factory IPropertyValue.from(IInspectable interface) =>
    IPropertyValue.fromPtr(interface.toInterface(IID_IPropertyValue));