isQuilt property

bool get isQuilt

Returns true if this is a Quilt version

Implementation

bool get isQuilt => modLoader?.toLowerCase() == 'quilt';