JConstructorId extension type

A thin wrapper over a JMethodIDPtr of a constructor.

on

Properties

pointer JMethodIDPtr
final

Methods

call<JavaT, DartT>(JClass jClass, JConstructable<JavaT, DartT> returnType, List args) → DartT
Constructs an instance of jClass with the given arguments.