novaGroupServing property

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

Nova Group per serving (?)

Implementation

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

Implementation

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