chore(stripe_api): make StripeBillingMeter constructor const

This commit is contained in:
Bryan Oltman
2025-11-07 14:50:23 -05:00
parent d74d4e1f89
commit 85393c566d
@@ -10,7 +10,7 @@ part 'stripe_billing_meter.g.dart';
@JsonSerializable(createToJson: false)
class StripeBillingMeter {
/// {@macro stripe_billing_meter}
StripeBillingMeter({
const StripeBillingMeter({
required this.id,
required this.displayName,
required this.eventName,