TaskAssignment class

Represents an assignment of a task to a user in Microsoft Planner.

Annotations
  • @JsonSerializable.new()

Constructors

TaskAssignment({String? assignedBy, String? assignedDateTime, String? orderHint})
Creates a new TaskAssignment instance.
TaskAssignment.fromJson(Map<String, dynamic> json)
Creates a TaskAssignment instance from JSON data.
factory

Properties

assignedBy → String?
The user ID for the assigned user.
final
assignedDateTime → String?
The time when the task was assigned to the user.
final
hashCode → int
The hash code for this object.
no setterinherited
orderHint → String?
The order hint used to determine the order of assignments in a task.
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 this TaskAssignment instance to JSON data.
toString() → String
A string representation of this object.
inherited

Operators

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