Loading...
Searching...
No Matches
log_info.dart
Go to the documentation of this file.
1import 'dart:ffi';
2import 'package:navigine_sdk/com/_library_context.dart' as __lib;
3import 'package:navigine_sdk/com/builtin_types__conversion.dart';
4
5part 'log_info.impl.dart';
19class LogInfo {
21 LogInfo(this.name, this.absolutePath, this.size, this.duration, this.date, this.numberOfCheckpoints);
25 String name;
33 int size;
41 String date;
46}