BillingMeterEventCreateOptions constructor
const
BillingMeterEventCreateOptions({})
Implementation
const BillingMeterEventCreateOptions({
required this.eventName,
this.expand,
this.identifier,
required this.payload,
required this.timestamp,
});