RepoApplyWritesInput.fromJson constructor

RepoApplyWritesInput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory RepoApplyWritesInput.fromJson(Map<String, Object?> json) =>
    _$RepoApplyWritesInputFromJson(json);