ComponentLoadState.loaded constructor

const ComponentLoadState.loaded({
  1. required String modelId,
})

Component is loaded with the given model ID

Implementation

const factory ComponentLoadState.loaded({required String modelId}) =
    ComponentLoadStateLoaded;