VarCall<R> class

Constructors

VarCall(R callback(List list, Map<String, dynamic> map))

Properties

callback → R Function(List list, Map<String, dynamic> map)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call() → R
noSuchMethod(Invocation invocation) → R
Invoked when a nonexistent method or property is accessed.
override
toString() String
A string representation of this object.
inherited

Operators

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