ServeConfig class

Configuration specific to build serve command.

Constructors

ServeConfig({int port = 4040, int websocketPort = 4041, bool verbose = false})
ServeConfig.fromYaml(YamlMap? map)
factory

Properties

baseUrl Uri
latefinal
hashCode int
The hash code for this object.
no setterinherited
port int
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verbose bool
latefinal
websocketPort int
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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