TestEventTestError.fromJson constructor

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

Implementation

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