CheckBoxItemOptionModel class
- Inheritance
-
- Object
- ItemOptionModel
- CheckBoxItemOptionModel
Constructors
-
CheckBoxItemOptionModel({required String id, required String itemId, required String label, required DateTime updatedAt, required DateTime createdAt, required int? min, required int? max, required Iterable<
CheckBoxElementModel> checkboxes}) - CheckBoxItemOptionModel.fromJson(dynamic json)
-
factory
Properties
-
checkboxes
→ Iterable<
CheckBoxElementModel> -
final
- createdAt → DateTime
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
finalinherited
- itemId → String
-
finalinherited
- label → String
-
finalinherited
- max → int?
-
final
- min → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt → DateTime
-
finalinherited
Methods
-
copy(
{String? id, String? itemId, String? label, Option< int> ? min, Option<int> ? max, Iterable<CheckBoxElementModel> ? checkboxes, DateTime? updatedAt, DateTime? createdAt}) → CheckBoxItemOptionModel -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited