PathOverride constructor

PathOverride({
  1. String? path,
})

Implementation

PathOverride({
  this.path,
});