productAttributes property

List<String>? productAttributes

Implementation

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