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