UDocRecord constructor
const
UDocRecord({})
Implementation
const UDocRecord({
required this.fingerprint,
required this.path,
required this.kind,
required this.sizeBytes,
required this.addedAt,
this.metadata = const UDocMetadata(),
this.coverPath,
this.lastOpenedAt,
this.favorite = false,
this.collections = const <String>[],
});