RootDirectory constructor

RootDirectory({
  1. CreationInfo? creationInfo,
  2. String? path,
})

Implementation

RootDirectory({
  this.creationInfo,
  this.path,
});