EndsWithRule constructor

const EndsWithRule(
  1. String suffix,
  2. String message
)

Creates a new EndsWithRule.

Implementation

const EndsWithRule(this.suffix, this.message);