ValidationRule constructor

ValidationRule({
  1. String? locale,
  2. String? sId,
  3. String? id,
})

Implementation

ValidationRule({this.locale, this.sId, this.id});