isSupabaseTableNodeId static method

bool isSupabaseTableNodeId(
  1. String nodeId
)

Check if a node ID represents a Supabase table.

Implementation

static bool isSupabaseTableNodeId(String nodeId) =>
    _supabaseTable.matches(nodeId);