RootDirectory constructor
RootDirectory({
- CreationInfo? creationInfo,
- String? path,
Implementation
RootDirectory({
this.creationInfo,
this.path,
});
RootDirectory({
this.creationInfo,
this.path,
});