EasyLogBackendFile constructor
const
EasyLogBackendFile({})
Implementation
const EasyLogBackendFile({
required this.path,
required this.sizeBytes,
required this.createdAt,
required this.updatedAt,
});
const EasyLogBackendFile({
required this.path,
required this.sizeBytes,
required this.createdAt,
required this.updatedAt,
});