KaiselModuleSnapshot constructor

const KaiselModuleSnapshot({
  1. String? prefix,
  2. required String routeType,
  3. required KaiselStackSnapshot stack,
})

Create a module snapshot.

Implementation

const KaiselModuleSnapshot({
  this.prefix,
  required this.routeType,
  required this.stack,
});