GoogleAppsDriveLabelsV2LifecycleDisabledPolicy.fromJson constructor

GoogleAppsDriveLabelsV2LifecycleDisabledPolicy.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2LifecycleDisabledPolicy.fromJson(core.Map json_)
    : this(
        hideInSearch: json_.containsKey('hideInSearch')
            ? json_['hideInSearch'] as core.bool
            : null,
        showInApply: json_.containsKey('showInApply')
            ? json_['showInApply'] as core.bool
            : null,
      );