PlannerBucket class
Represents a bucket (column) in a plan in Microsoft Planner.
A bucket serves as a container for tasks and helps organize them within a plan.
- Annotations
-
- @JsonSerializable()
Constructors
- PlannerBucket.new({String? id, String? name, String? planId, String? orderHint})
- Creates a new PlannerBucket instance.
-
PlannerBucket.fromJson(Map<
String, dynamic> json) -
Creates a PlannerBucket instance from JSON data.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier of the bucket.
final
- name → String?
-
The name of the bucket.
final
- orderHint → String?
-
The order hint used to determine the placement of the bucket in the plan.
final
- planId → String?
-
The ID of the plan to which the bucket belongs.
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 PlannerBucket instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited