KaiselModuleSnapshot constructor
const
KaiselModuleSnapshot({
- String? prefix,
- required String routeType,
- required KaiselStackSnapshot stack,
Create a module snapshot.
Implementation
const KaiselModuleSnapshot({
this.prefix,
required this.routeType,
required this.stack,
});