MaestroDriveHelper constructor
MaestroDriveHelper()
Creates a new MaestroDriveHelper instance for use in the driver file (on test host).
Implementation
MaestroDriveHelper()
: host = Platform.environment['MAESTRO_HOST']!,
port = Platform.environment['MAESTRO_PORT']! {
print('Creating MaestroDriveHelper instance. Host: $host, port: $port');
}