RoutePage constructor

const RoutePage({
  1. String? name,
  2. bool? deferredLoading,
})

default constructor

Implementation

const RoutePage({
  this.name,
  this.deferredLoading,
});