$DiffVersionResponse.fromJson constructor
$DiffVersionResponse.fromJson(
- Map json_
Implementation
$DiffVersionResponse.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,
);