LogException.fromJson constructor
LogException.fromJson(
- String str
Implementation
factory LogException.fromJson(String str) => LogException.fromMap(json.decode(str));
factory LogException.fromJson(String str) => LogException.fromMap(json.decode(str));