ExternalReference class
Represents an external reference in a task.
- Annotations
-
- @JsonSerializable()
Constructors
- ExternalReference.new({String? alias, String? type, String? previewPriority, String? lastModifiedBy, String? lastModifiedDateTime})
- Creates a new ExternalReference instance.
-
ExternalReference.fromJson(Map<
String, dynamic> json) -
Creates an ExternalReference instance from JSON data.
factory
Properties
- alias → String?
-
The URL to the referenced resource.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedBy → String?
-
The title of the reference.
final
- lastModifiedDateTime → String?
-
The time when the reference was last modified.
final
- previewPriority → String?
-
The URL to go to in Microsoft Planner to see the referenced item.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
The type of the reference. Possible values are: file, url, notes.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this ExternalReference instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited