hasPrefix method

bool hasPrefix()

Implementation

bool hasPrefix() {
  return prefix != null;
}