PlanDetailsUpdateRequest class

Request model for updating plan details.

Annotations
  • @JsonSerializable(createFactory: false)

Constructors

PlanDetailsUpdateRequest.new({String? description, Map<String, String>? categoryDescriptions, String? sharedWith, String? previewType})
Creates a new PlanDetailsUpdateRequest instance.

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
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 PlanDetailsUpdateRequest instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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