CallWithArguments class final

A reference to a call to some Identifier with positionalArguments and namedArguments.

Inheritance

Constructors

CallWithArguments.new({required List<Constant?> positionalArguments, required Map<String, Constant?> namedArguments, required String? loadingUnit, required Location location})
const

Properties

hashCode int
The hash code for this object.
no setter
loadingUnit String?
finalinherited
location Location
finalinherited
namedArguments Map<String, Constant?>
final
positionalArguments List<Constant?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson(Map<Constant, int> constants, Map<Location, int> locations) Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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