RepositoryEvent.fromJson constructor

RepositoryEvent.fromJson(
  1. Map<String, dynamic> input
)

Implementation

factory RepositoryEvent.fromJson(Map<String, dynamic> input) =>
    _$RepositoryEventFromJson(input);