omitFromRequirements property
If True, this requirement is "silent": don't bother showing it in a material requirements display. I mean, I'm not your mom: I'm not going to tell you you can't show it. But we won't show it in our UI.
Implementation
@JsonKey(name:'omitFromRequirements')
bool? omitFromRequirements;