ArgumentCountLinter mixin

Should be mixed on on FunctionHandler implementations only.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

actualArgumentCount(SqlInvocation call) int
argumentCountFor(String function) int?
Returns the amount of arguments expected for function (lowercase).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportArgumentCountMismatch(SqlInvocation call, AnalysisContext context, int? expected, int actual) → void
reportMismatches(SqlInvocation call, AnalysisContext context) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited