actualTableName property

  1. @override
String get actualTableName

The name of the table in the database. Unlike aliasedName, this can not be aliased.

Implementation

@override
String get actualTableName => 'report_cache_model';