FetchFileDiffResponse.fromJson constructor

FetchFileDiffResponse.fromJson(
  1. Map json_
)

Implementation

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