GoogleAppsDriveLabelsV2WriteControl.fromJson constructor
GoogleAppsDriveLabelsV2WriteControl.fromJson(
- Map json_
Implementation
GoogleAppsDriveLabelsV2WriteControl.fromJson(core.Map json_)
: this(
requiredRevisionId: json_.containsKey('requiredRevisionId')
? json_['requiredRevisionId'] as core.String
: null,
);