SelectionItemOptionModel class

Inheritance

Constructors

SelectionItemOptionModel({required String id, required String itemId, required String label, required DateTime updatedAt, required DateTime createdAt, required Iterable<SelectionElementModel> selections})
SelectionItemOptionModel.fromJson(dynamic json)
factory

Properties

createdAt DateTime
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
itemId String
finalinherited
label String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selections Iterable<SelectionElementModel>
final
updatedAt DateTime
finalinherited

Methods

copy({String? id, String? itemId, String? label, Iterable<SelectionElementModel>? selections, DateTime? updatedAt, DateTime? createdAt}) SelectionItemOptionModel
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