LogEntry constructor

LogEntry(
  1. Map<String, dynamic> json
)

Implementation

LogEntry(Map<String, dynamic> json) : super(json);