LaamsRoute.init constructor

const LaamsRoute.init({
  1. String name = '/',
  2. AnimationType? animationType,
  3. int? animationDuration,
  4. Object? arguments,
  5. Object? state,
  6. Map<String, dynamic>? query,
  7. String? fragment,
})

Implementation

const LaamsRoute.init({
  this.name = '/',
  this.animationType,
  this.animationDuration,
  this.arguments,
  this.state,
  this.query,
  this.fragment,
});