isKindOf method

bool isKindOf(
  1. AFID other
)
inherited

Implementation

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