MyoroTableState<T> class
final
State of MyoroTableViewModel.
Constructors
-
MyoroTableState.new(MyoroTableConfiguration<
T> configuration)
Properties
-
configuration
↔ MyoroTableConfiguration<
T> -
_configuration
getter.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
-
itemsRequest
→ MyoroRequest<
Set< T> > -
_itemsRequestNotifier
getter.no setter -
itemsRequestNotifier
→ MyoroRequestNotifier<
Set< T> > -
_itemsRequestNotifier
getter.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
titleColumnKeys
→ List<
GlobalKey< State< >StatefulWidget> > -
_titleColumnKeys
getter.no setter -
titleColumnKeyWidthsNotifier
→ ValueNotifier<
List< double> > -
_titleColumnKeyWidthsNotifier
getter.no setter
Methods
-
dispose(
) → void - Dispose function.
-
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