product property

  1. @BuiltValueField.new(wireName: r'product')
ProductType get product

The type of component. For Onboarding components, set this to onboarding. For Platform Experience components, set this to platform.

Implementation

@BuiltValueField(wireName: r'product')
ProductType get product;