TestProcessDone.fromJson constructor

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

Implementation

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