UpperService class

Constructors

UpperService({required String name, required int version, required String tableName, required String path, required String serverFileName, required String serviceFileName, required String serviceClassName, required String protoName, required String protoPath, required String dockerTag, required String gcloudName, required int grcMemory})

Properties

dockerTag String
final
gcloudName String
final
grcMemory int
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
path String
final
protoName String
final
protoPath String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverFileName String
final
serviceClassName String
final
serviceFileName String
final
tableName String
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