GoogleAppsDriveLabelsV2IntegerLimits.fromJson constructor

GoogleAppsDriveLabelsV2IntegerLimits.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2IntegerLimits.fromJson(core.Map json_)
  : this(
      maxValue: json_['maxValue'] as core.String?,
      minValue: json_['minValue'] as core.String?,
    );