tableName property

String get tableName

Implementation

static String get tableName {
  if (_tableName == null) throw Exception('PackageConfig not configured');
  return _tableName!;
}