LogLevel.fromJson constructor

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

Implementation

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