PlanDetails class

Represents detailed information about a plan in Microsoft Planner.

Annotations
  • @JsonSerializable()

Constructors

PlanDetails.new({String? description, Map<String, String>? categoryDescriptions, String? lastModifiedDateTime, String? sharedWith, String? previewType})
Creates a new PlanDetails instance.
PlanDetails.fromJson(Map<String, dynamic> json)
Creates a PlanDetails instance from JSON data.
factory

Properties

categoryDescriptions Map<String, String>?
The plan's category descriptions (labels for categories).
final
description String?
The description of the plan.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedDateTime String?
The date and time when the details were last modified.
final
previewType String?
The URL for the plan details.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedWith String?
The ID of the sharing URL for the plan.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this PlanDetails instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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