actualTableName property Null safety
override
The name of the table in the database. Unlike aliasedName, this can not be aliased.
Implementation
@override
String get actualTableName => 'collection';
The name of the table in the database. Unlike aliasedName, this can not be aliased.
@override
String get actualTableName => 'collection';