Document constructor
Document({
- required String id,
- List<
Principal> ? accessControlList, - List<
DocumentAttribute> ? attributes, - Uint8List? blob,
- ContentType? contentType,
- S3Path? s3Path,
- String? title,
Implementation
Document({
required this.id,
this.accessControlList,
this.attributes,
this.blob,
this.contentType,
this.s3Path,
this.title,
});