usesDesignSystem property

bool get usesDesignSystem

New projects generate a nested design system; v0.3 projects do not.

Implementation

bool get usesDesignSystem => schemaVersion >= 2;