CaptureEvent.fromJson constructor

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

Implementation

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