DevOptions constructor
const
DevOptions({})
Implementation
const DevOptions({
this.host = '127.0.0.1',
this.port = 8080,
this.entry = 'bin/server.dart',
this.watch = const [],
this.verbose = false,
});
const DevOptions({
this.host = '127.0.0.1',
this.port = 8080,
this.entry = 'bin/server.dart',
this.watch = const [],
this.verbose = false,
});