novaGroupServing property

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

Nova Group per serving (?)

Implementation

@Deprecated('Use Product.novaGroup instead')
int? get novaGroupServing => novaGroup;
  1. @Deprecated('Useless, nova is read-only here')
set novaGroupServing (int? value)

Implementation

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