staticFunctions property
A JSStaticFunction array containing the class's statically declared function properties. Pass NULL to specify no statically declared function properties. The array must be terminated by a JSStaticFunction whose name field is NULL.
Implementation
List<JSStaticFunction>? staticFunctions;