GoogleAppsDriveLabelsV2LongTextLimits constructor

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

Implementation

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