GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse.fromJson constructor
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse.fromJson(
- Map json_
Implementation
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse.fromJson(
core.Map json_)
: this(
id: json_.containsKey('id') ? json_['id'] as core.String : null,
priority: json_.containsKey('priority')
? json_['priority'] as core.int
: null,
);