tableName property

String? tableName
final

If a tableName is not provided, it will try to be inferred using the SupabaseMockServer's modelDictionary based on the SupabaseAdapter's supabaseTableName.

Implementation

final String? tableName;