FFController<Watched, FFState extends Watchable<Watched> > constructor
FFController<Watched, FFState extends Watchable<Watched> > ({
- required FFState initialState,
Implementation
FFController({required FFState initialState}) : _state = initialState;