SceneLoaded constructor

SceneLoaded({
  1. String? name,
  2. int? buildIndex,
  3. bool? isLoaded,
  4. bool? isValid,
})

Implementation

SceneLoaded({this.name, this.buildIndex, this.isLoaded, this.isValid});