FetchFileDiffResponse.fromJson constructor
FetchFileDiffResponse.fromJson(
- Map json_
Implementation
FetchFileDiffResponse.fromJson(core.Map json_)
: this(formattedDiff: json_['formattedDiff'] as core.String?);