ItemSelectExpanded class

Inheritance
  • Object
  • ItemSelect
  • ItemSelectExpanded

Constructors

ItemSelectExpanded({required ObservableList<ItemSelectExpanded>? items, bool isExpanded = false, Map<String, dynamic>? strings, int? id, bool isDeleted = false, bool isSelected = false, dynamic object})

Properties

context → ReactiveContext
Override this method to use a custom context.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pairinherited
isDeleted bool
getter/setter pairinherited
isExpanded bool
getter/setter pairinherited
isSelected bool
getter/setter pairinherited
items ↔ ObservableList<ItemSelectExpanded>?
getter/setter pairinherited
object ↔ dynamic
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strings Map<String, dynamic>
getter/setter pairinherited

Methods

clone() ItemSelectExpanded
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() bool
Utilitário para crud Indica se o registro deve ser salvo ou nã
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited