arity property

  1. @override
int get arity
override

Implementation

@override
int get arity {
  // The arity is complex to determine statically for native adapters.
  // For now, return 0, but the adapter itself will do the validation.
  return 0;
}