riverpod_api
joke_state_provider
JokeDataNotifier
JokeDataNotifier constructor
JokeDataNotifier
JokeDataNotifier
constructor
Null safety
JokeDataNotifier
(
JokeRepository
jokeRepository
)
Implementation
JokeDataNotifier(this.jokeRepository) : super(JokeState()) { getJoke(); }
riverpod_api
joke_state_provider
JokeDataNotifier
JokeDataNotifier constructor
JokeDataNotifier class
Constructors
JokeDataNotifier
Properties
debugState
hashCode
hasListeners
jokeRepository
mounted
onError
runtimeType
state
stream
Methods
addListener
dispose
getJoke
noSuchMethod
toString
updateShouldNotify
Operators
operator ==