GoogleAppsDriveLabelsV2TextLimits.fromJson constructor
GoogleAppsDriveLabelsV2TextLimits.fromJson(
- Map json_
Implementation
GoogleAppsDriveLabelsV2TextLimits.fromJson(core.Map json_)
: this(
maxLength: json_['maxLength'] as core.int?,
minLength: json_['minLength'] as core.int?,
);