GoogleAppsDriveLabelsV2LabelDisplayHints.fromJson constructor

GoogleAppsDriveLabelsV2LabelDisplayHints.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2LabelDisplayHints.fromJson(core.Map json_)
  : this(
      disabled: json_['disabled'] as core.bool?,
      hiddenInSearch: json_['hiddenInSearch'] as core.bool?,
      priority: json_['priority'] as core.String?,
      shownInApply: json_['shownInApply'] as core.bool?,
    );