fromJson method

  1. @override
RepoApplyWritesOutput fromJson(
  1. Map<String, dynamic> json
)

Implementation

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