Document constructor
Document({
- Document_Type type = Document_Type.$default,
- String? content,
- String? gcsContentUri,
- String languageCode = '',
Implementation
Document({
this.type = Document_Type.$default,
this.content,
this.gcsContentUri,
this.languageCode = '',
}) : super(fullyQualifiedName);