TextEditingControllerStateContainer<T> class

Inheritance

Properties

controller TextEditingController
final
hashCode int
The hash code for this object.
no setterinherited
initialState String
no setteroverride
mutationResolvers → Context<Type, MutationResolver<dynamic, Mutation, dynamic>>
finalinherited
queryResolvers → Context<Type, QueryResolver>
finalinherited
resolverController → ResolverController<String>
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
getter/setter pairinherited
stateNotifier ValueNotifier<String>
latefinalinherited
stateType Type
no setterinherited

Methods

init(StateContainerContext _) Stream<String>
override
mutation<K extends Mutation>(ResolverCallback<FutureOr<void>, String, K> callback) → void
inherited
mutations(StateContainerContext _) → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChange() → dynamic
queries(StateContainerContext _) → dynamic
override
query<K>(ResolverCallback<K, String, Object?> callback) → void
inherited
shutDown() → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

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