fromJson method
Implementation
@override
RepoApplyWritesOutput fromJson(Map<String, dynamic> json) {
return RepoApplyWritesOutput.fromJson(
translate(json, RepoApplyWritesOutput.knownProps),
);
}
@override
RepoApplyWritesOutput fromJson(Map<String, dynamic> json) {
return RepoApplyWritesOutput.fromJson(
translate(json, RepoApplyWritesOutput.knownProps),
);
}