equalsPrefix method

bool equalsPrefix(
  1. String p
)

Checks if this Record EQUALS equal given prefix

Implementation

bool equalsPrefix(String p) => this.prefix == p;