bool allInstancePropertiesInherited

Source

bool get allInstancePropertiesInherited =>
    instanceProperties.every((f) => f.isInherited);