menu
driver_tests package
documentation
driver_tests.dart
EventModels
count static method
count static method
dark_mode
light_mode
count
static method
Future
<
int
>
count
(
{
String
?
connection
,
})
Implementation
static Future<int> count({String? connection}) => Model.count<$EventModel>(connection: connection);
driver_tests package
documentation
driver_tests
EventModels
count static method
EventModels class