RRouterPathMeta constructor

const RRouterPathMeta({
  1. String? name,
  2. dynamic def,
})

Implementation

const RRouterPathMeta({
  this.name,
  this.def,
});