FlutterLab constructor
const
FlutterLab({})
Implementation
const FlutterLab({
Key? key,
required this.child,
this.enabled = true,
this.url = "http://localhost",
this.port = 3000,
}) : assert(port > 0 && port <= 65535, 'Invalid port number'),
super(key: key);