Offerings constructor
Implementation
const factory Offerings(
/// Map of all Offerings [Offering] objects keyed by their identifier.
Map<String, Offering> all, {
/// Current offering configured in the RevenueCat dashboard.
Offering? current,
}) = _Offerings;