TestEventDone.fromJson constructor

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

Implementation

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