NotifierStateLoaded<T, D> constructor
const
NotifierStateLoaded<T, D> (
- D data
Creates a loaded state with the given data.
Implementation
const NotifierStateLoaded(this.data) : super._();
Creates a loaded state with the given data.
const NotifierStateLoaded(this.data) : super._();