NativeExtensionCallable constructor
NativeExtensionCallable({})
Implementation
NativeExtensionCallable({
required this.name,
required this.adapter,
this.isGetter = false,
this.isSetter = false,
this.isOperator = false,
int arity = 1,
}) : _arity = arity;