ActiveStateHelper<T> extension
- on
Methods
-
firstActiveType(
String typeName) → ActiveStateChanged< T> ? -
Available on List<
firstActiveType First event in ActiveStateChanged.typeName, will return null if no event is foundActiveStateChanged< , provided by the ActiveStateHelper extensionT> > -
hasTypeName(
String typeName) → bool -
Available on List<
hasTypeName Checks if aActiveStateChanged< , provided by the ActiveStateHelper extensionT> >typeName
is found. -
newActiveTypeValue(
String typeName) → T? -
Available on List<
newActiveTypeValue New value for ActiveStateChanged.newValue for First event in ActiveStateChanged.typeName that matches typeNameActiveStateChanged< , provided by the ActiveStateHelper extensionT> > -
oldActiveTypeValue(
String typeName) → T? -
Available on List<
oldActiveTypeValue Old value for ActiveStateChanged.newValue for First event in ActiveStateChanged.typeName that matches typeNameActiveStateChanged< , provided by the ActiveStateHelper extensionT> >