GoogleAppsDriveLabelsV2TextLimits constructor

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

Implementation

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