GoogleAppsDriveLabelsV2LongTextLimits.fromJson constructor

GoogleAppsDriveLabelsV2LongTextLimits.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2LongTextLimits.fromJson(core.Map json_)
    : this(
        maxLength: json_['maxLength'] as core.int?,
        minLength: json_['minLength'] as core.int?,
      );