notEqualsPrefix method

bool notEqualsPrefix(
  1. String p
)

Checks if this Record DOES NOT equal given prefix

Implementation

bool notEqualsPrefix(String p) => this.prefix != p;