LogException.fromJson constructor

LogException.fromJson(
  1. String str
)

Implementation

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