apiImplConstructor property

  1. @override
ApiImplConstructor<RustLibApiImpl, RustLibWire> get apiImplConstructor

This is only intended to be used by automatically generated code, instead of developers.

Implementation

@override
ApiImplConstructor<RustLibApiImpl, RustLibWire> get apiImplConstructor =>
    RustLibApiImpl.new;