GreaterThanDecimalRule constructor

const GreaterThanDecimalRule(
  1. double fact,
  2. double min
)

Implementation

const GreaterThanDecimalRule(this.fact, this.min);