LengthValidator constructor
Creates a LengthValidator with optional min/max bounds.
Implementation
const LengthValidator({this.min, this.max, this.message});
Creates a LengthValidator with optional min/max bounds.
const LengthValidator({this.min, this.max, this.message});