GoogleAppsDriveLabelsV2FieldDisplayHints.fromJson constructor

GoogleAppsDriveLabelsV2FieldDisplayHints.fromJson(
  1. Map json_
)

Implementation

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