FFRevenueCatGetOfferingAttributeReducer constructor

FFRevenueCatGetOfferingAttributeReducer({
  1. FFRevenueCatGetOfferingAttributeReducer_OfferingAttribute? attribute,
})

Implementation

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