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