LinkedResources class
Represents linked resources for a task.
- Annotations
- 
    - @JsonSerializable.new()
 
Constructors
- 
          LinkedResources({List<LinkedResource> ? value})
- Creates a new LinkedResources instance.
- 
          LinkedResources.fromJson(Map<String, dynamic> json)
- 
          Creates a LinkedResources instance from a JSON object.
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  value
  → List<LinkedResource> ?
- 
  The collection of linked resources.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- Converts this LinkedResources instance to a JSON object.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited