SceneComponent constructor

const SceneComponent(
  1. String type, {
  2. String? doc,
  3. String? icon,
  4. List<String> formerTypes = const [],
})

Implementation

const SceneComponent(
  this.type, {
  this.doc,
  this.icon,
  this.formerTypes = const [],
});