ServicePlan class
One service, with everything the runner needs to start it.
Constructors
- ServicePlan({required RevaliService service, required int port, required String label})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String
-
What its output lines are prefixed with. Unique across the fleet.
final
- port → int
-
The port handed to the process as
PORT.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → RevaliService
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited