anyExist static method

Future<bool> anyExist({
  1. String? connection,
})

Implementation

static Future<bool> anyExist({String? connection}) =>
    Model.anyExist<$OrmMigrationRecord>(connection: connection);