Document constructor
Document({
- String name = '',
- String displayName = '',
- List<
CustomMetadata> customMetadata = const [], - Timestamp? updateTime,
- Timestamp? createTime,
Implementation
Document({
this.name = '',
this.displayName = '',
this.customMetadata = const [],
this.updateTime,
this.createTime,
}) : super(fullyQualifiedName);