CrashReport.fromJson constructor
CrashReport.fromJson(
- String json
Implementation
factory CrashReport.fromJson(String json) {
return CrashReport.fromMap(jsonDecode(json));
}
factory CrashReport.fromJson(String json) {
return CrashReport.fromMap(jsonDecode(json));
}