CheckBoxElementModel class
- Inheritance
-
- Object
- OptionElementModel
- CheckBoxElementModel
Constructors
- CheckBoxElementModel.new({required String id, required String name, required int price})
-
const
- CheckBoxElementModel.fromJson(dynamic json)
-
factory
Properties
Methods
-
copy(
{String? id, String? name, int? index, int? price}) → CheckBoxElementModel -
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