Loaded<StateType> constructor

const Loaded<StateType>({
  1. required StateType data,
})

Implementation

const Loaded({required this.data});