PodConfigMixin<P extends Pod> class abstract mixin

Configuration Mixin for Pod

Configures keep alive and name for pod.

Implementers

Constructors

PodConfigMixin()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

keepAlive() → P
Prevent the state of this pod from being automatically disposed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setName(String name) → P
Set a name for debugging
toString() String
A string representation of this object.
inherited

Operators

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