novaGroup property

  1. @Deprecated('Use Product.novaGroup instead')
int? novaGroup

Nova Group

Implementation

@Deprecated('Use Product.novaGroup instead')
int? get novaGroup =>
    JsonObject.parseInt(_map['nova-group_${PerSize.oneHundredGrams.offTag}']);
  1. @Deprecated('Useless, nova is read-only here')
void novaGroup=(int? value)

Implementation

@Deprecated('Useless, nova is read-only here')
set novaGroup(final int? value) {}