6 lines
134 B
Dart
6 lines
134 B
Dart
abstract class RADKFILETableNames {
|
|
static const String radkfile = 'RADKFILE';
|
|
|
|
static Set<String> get allTables => {radkfile};
|
|
}
|