Routes constructor

const Routes({
  1. String prefix = '/',
})

Implementation

const Routes({
  this.prefix = '/',
});