AutoTrackElementKey constructor

const AutoTrackElementKey(
  1. String name, {
  2. bool ignore = false,
})

Implementation

const AutoTrackElementKey(this.name, {
  this.ignore = false
}) : super.empty();