Rule constructor

  1. @Deprecated('Use rule() factory instead.')
Rule(
  1. String name,
  2. Element element, {
  3. String? description,
})

Implementation

@Deprecated('Use rule() factory instead.')
Rule(this.name, this.element, {this.description});