ConstRule constructor

const ConstRule(
  1. dynamic constValue
)

Creates a rule that accepts only constValue.

constValue may be any JSON-representable type, including null.

Implementation

const ConstRule(this.constValue);