CreationParams constructor

CreationParams({
  1. String? path,
})

Implementation

CreationParams({
  this.path,
});