Remade frontend dashboard as flutter dashboard, still WIP
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'system_log.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
SystemLogResponse _$SystemLogResponseFromJson(Map<String, dynamic> json) =>
|
||||
SystemLogResponse(
|
||||
logs: (json['logs'] as List<dynamic>).map((e) => e as String).toList(),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$SystemLogResponseToJson(SystemLogResponse instance) =>
|
||||
<String, dynamic>{'logs': instance.logs};
|
||||
Reference in New Issue
Block a user