getIndex property

String getIndex

Implementation

String get getIndex {
  if (!initialized) throw ArgumentError(C_MUST_INIT);
  return smd.getTableByName(tableName)!.getProperty('index') as String;
}