productAttributesValues property

List<String>? productAttributesValues

Implementation

List<String>? get productAttributesValues =>
    (_$data['productAttributesValues'] as List<String>?);