UpperProject class
Constructors
-
UpperProject({required String name, required int version, required int portNumer, required String dockerTag, required String gcloudProject, required String gcloudName, required String gcrHost, required int gcrMemory, required int gcrTimeout, required bool gcrAllowUnauthenticated, required List<
UpperService> services})
Properties
- dockerTag → String
-
final
- gcloudName → String
-
final
- gcloudProject → String
-
final
- gcrAllowUnauthenticated → bool
-
final
- gcrHost → String
-
final
- gcrMemory → int
-
final
- gcrTimeout → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- portNumer → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
services
→ List<
UpperService> -
final
- version → int
-
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