tableName property Null safety
final
Defaults to pluralized model name from the generator. If this property is changed after the table has been inserted, a RenameTable MigrationCommand must be included in the next Migration.
Implementation
@override
final String tableName = 'RunFile';