JStaticMethodId extension type

A thin wrapper over a JMethodIDPtr of a static mehtod.

on

Properties

pointer JMethodIDPtr
final

Methods

call<JavaT, DartT>(JClass jClass, JCallable<JavaT, DartT> returnType, List args) → DartT
Calls the static method on jClass with the given arguments.