PulseEvent.fromJson constructor

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

Implementation

factory PulseEvent.fromJson(Map<String, dynamic> json) =>
    _$PulseEventFromJson(json);