StartsWithRule constructor

const StartsWithRule(
  1. String prefix,
  2. String message
)

Creates a new StartsWithRule.

Implementation

const StartsWithRule(this.prefix, this.message);