GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities.fromJson constructor
GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities.fromJson(
- Map json_
Implementation
GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities.fromJson(
core.Map json_)
: this(
canRead: json_.containsKey('canRead')
? json_['canRead'] as core.bool
: null,
canSearch: json_.containsKey('canSearch')
? json_['canSearch'] as core.bool
: null,
canSelect: json_.containsKey('canSelect')
? json_['canSelect'] as core.bool
: null,
);