DevOptions class

Options used by the dev command to run a development server.

Constructors

DevOptions({String host = '127.0.0.1', int port = 8080, String entry = 'bin/server.dart', List<String> watch = const [], bool verbose = false})
const

Properties

entry String
final
hashCode int
The hash code for this object.
no setterinherited
host String
final
port int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verbose bool
final
watch List<String>
final

Methods

copyWith({String? host, int? port, String? entry, List<String>? watch, bool? verbose}) DevOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited