TextStartsWithRule<VALUE extends Object> constructor

const TextStartsWithRule<VALUE extends Object>(
  1. String fact,
  2. String pattern, {
  3. required VALUE value,
})

Implementation

const TextStartsWithRule(
  this.fact,
  this.pattern, {
  required this.value,
});