PlanUpdateRequest class
Request model for updating a plan.
- Annotations
- 
    - @JsonSerializable.new(createFactory: false)
 
Constructors
- PlanUpdateRequest({String? title})
- Creates a new PlanUpdateRequest instance.
Properties
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- Converts this PlanUpdateRequest instance to JSON data.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited