isKindOf method

bool isKindOf(
  1. AFID other
)

Implementation

bool isKindOf(AFID other) {
  return code.startsWith(other.code);
}