TaskConstMeta class

Metadata that does not change across different method calls. Thus it is made const to save memory and speed up

Annotations
  • @immutable

Constructors

TaskConstMeta({required String debugName, required List<String> argNames})
Create a new task metadata.
const

Properties

argNames List<String>
A list of arguments to the task.
final
debugName String
Used for debugging purposes only.
final
hashCode int
The hash code for this object.
no setteroverride
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
toString() String
A string representation of this object.
override

Operators

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