like method

bool like(
  1. IndexDefinition other
)

Implementation

bool like(IndexDefinition other) =>
    db.IndexComparisons(this).like(other).isEmpty;