menu
rxdart_devtools package
documentation
dto.dart
ErrorEventLogDto
ErrorEventLogDto.fromJson factory constructor
ErrorEventLogDto.fromJson factory constructor
dark_mode
light_mode
ErrorEventLogDto.fromJson
constructor
ErrorEventLogDto.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ErrorEventLogDto.fromJson(Map<String, dynamic> json) => _$ErrorEventLogDtoFromJson(json);
rxdart_devtools package
documentation
dto
ErrorEventLogDto
ErrorEventLogDto.fromJson factory constructor
ErrorEventLogDto class