MetadataFolder constructor
MetadataFolder({})
Implementation
MetadataFolder({
required super.id,
required super.name,
super.description,
required super.modificationTime,
this.children = const [],
this.tags = const [],
this.password = '',
this.passwordTips = '',
});