PlayingEvent.fromJson constructor

PlayingEvent.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PlayingEvent.fromJson(Map<String, dynamic> json) {
  return _$PlayingEventFromJson(json);
}