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