SceneProperty constructor

const SceneProperty({
  1. String? group,
  2. List<String> formerNames = const [],
  3. bool transient = false,
})

Implementation

const SceneProperty({
  this.group,
  this.formerNames = const [],
  this.transient = false,
});