DocumentScanSession constructor
Constructs a DocumentScanSession.
Implementation
DocumentScanSession({
required this.id,
String? name,
this.maxPages,
DateTime? createdAt,
}) : name = name ?? 'Document Session $id',
createdAt = createdAt ?? DateTime.now();