novaGroupServing property
Nova Group per serving (?)
Implementation
@Deprecated('Use Product.novaGroup instead')
int? get novaGroupServing => novaGroup;
Implementation
@Deprecated('Useless, nova is read-only here')
set novaGroupServing(final int? value) {}