FFRevenueCatGetOfferingAttributeReducer constructor
FFRevenueCatGetOfferingAttributeReducer({})
Implementation
factory FFRevenueCatGetOfferingAttributeReducer({
FFRevenueCatGetOfferingAttributeReducer_OfferingAttribute? attribute,
}) {
final result = create();
if (attribute != null) result.attribute = attribute;
return result;
}