bool allInstanceMethodsInherited

Source

bool get allInstanceMethodsInherited =>
    instanceMethods.every((f) => f.isInherited);