GoogleAppsDriveLabelsV2LabelAppliedCapabilities.fromJson constructor

GoogleAppsDriveLabelsV2LabelAppliedCapabilities.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2LabelAppliedCapabilities.fromJson(core.Map json_)
  : this(
      canApply: json_['canApply'] as core.bool?,
      canRead: json_['canRead'] as core.bool?,
      canRemove: json_['canRemove'] as core.bool?,
    );