LaamsRoute constructor

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

Implementation

const LaamsRoute({
  required this.name,
  required this.animationType,
  required this.animationDuration,
  required this.arguments,
  required this.state,
  required this.query,
  required this.fragment,
});