FieldRules<T> constructor

const FieldRules<T>(
  1. List<Rule<T>> rules
)

Implementation

const FieldRules(this.rules);