ConstRule constructor
- dynamic constValue
Creates a rule that accepts only constValue.
constValue may be any JSON-representable type, including null.
Implementation
const ConstRule(this.constValue);
Creates a rule that accepts only constValue.
constValue may be any JSON-representable type, including null.
const ConstRule(this.constValue);