GoogleAppsDriveLabelsV2FieldTextOptions constructor

GoogleAppsDriveLabelsV2FieldTextOptions({
  1. int? maxLength,
  2. int? minLength,
})

Implementation

GoogleAppsDriveLabelsV2FieldTextOptions({
  this.maxLength,
  this.minLength,
});