LongTask class

Constructors

LongTask({String? ari, required String id, required LongTaskLinks links})
LongTask.fromJson(Map<String, Object?> json)
factory

Properties

ari String?
the ARI for the long task, based on its ID
final
hashCode int
The hash code for this object.
no setterinherited
id String
a unique identifier for the long task
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? ari, String? id, LongTaskLinks? links}) LongTask
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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