haivaPython property

String get haivaPython

Implementation

static String get haivaPython {
  if (_haivaPython == null) {
    throw Exception('Environment not initialized');
  }
  return _haivaPython!;
}