GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceSchemaCapabilities.fromJson constructor

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceSchemaCapabilities.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceSchemaCapabilities.fromJson(
  core.Map json_,
) : this(
      canDelete: json_['canDelete'] as core.bool?,
      canDisable: json_['canDisable'] as core.bool?,
      canEnable: json_['canEnable'] as core.bool?,
      canUpdate: json_['canUpdate'] as core.bool?,
    );