TestEvent.fromJson constructor

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

Implementation

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