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