NotifierStateLoaded<T, D> constructor

const NotifierStateLoaded<T, D>(
  1. D data
)

Creates a loaded state with the given data.

Implementation

const NotifierStateLoaded(this.data) : super._();