RunFunctionCall class

A function call in a run.

Annotations
  • @immutable

Constructors

RunFunctionCall({required String name, required String arguments})
Creates a RunFunctionCall.
const
RunFunctionCall.fromJson(Map<String, dynamic> json)
Creates a RunFunctionCall from JSON.
factory

Properties

arguments String
The function arguments as a JSON string.
final
hashCode int
The hash code for this object.
no setteroverride
name String
The function name.
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<String, dynamic>
Converts to JSON.
toString() String
A string representation of this object.
override

Operators

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