CheckItem class
Represents a single checkable item in the DynamicMultiCheck widget
Constructors
Properties
Methods
-
copyWith(
{String? name, String? value, bool? isChecked}) → CheckItem - Creates a copy of the CheckItem with updated values
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the CheckItem to JSON
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override