menu
neom_core package
documentation
utils/slug_router.dart
SlugMatch
SlugMatch.new const constructor
SlugMatch.new const constructor
dark_mode
light_mode
SlugMatch
constructor
const
SlugMatch
(
{
required
String
type
,
required
String
id
,
required
String
slug
,
dynamic
entity
,
})
Implementation
const SlugMatch({ required this.type, required this.id, required this.slug, this.entity, });
neom_core package
documentation
utils/slug_router
SlugMatch
SlugMatch.new const constructor
SlugMatch class