ComponentLoadState.loaded constructor
const
ComponentLoadState.loaded({
- required String modelId,
Component is loaded with the given model ID
Implementation
const factory ComponentLoadState.loaded({required String modelId}) =
ComponentLoadStateLoaded;