abstract class RADKFILETableNames { static const String radkfile = 'RADKFILE'; static Set get allTables => {radkfile}; }