GdataDiffDownloadResponse.fromJson constructor
GdataDiffDownloadResponse.fromJson(
- Map _json
Implementation
GdataDiffDownloadResponse.fromJson(core.Map _json)
: this(
objectLocation: _json.containsKey('objectLocation')
? GdataCompositeMedia.fromJson(_json['objectLocation']
as core.Map<core.String, core.dynamic>)
: null,
);