hasOption property

bool hasOption

상품에 옵션이 있는가?

Implementation

bool get hasOption => data['options'] != null && data['options'] != '';