Module constructor

const Module({
  1. required String name,
  2. bool isRoot = false,
})

Constructor for a Module

Implementation

const Module({required this.name, this.isRoot = false});