toRawEvent method
Implementation
RawMetricEvent toRawEvent() {
return RawMetricEvent(
projectId: '',
occurredAt: occurredAt,
payload: MetricEvent(
sourceEventId: '',
name: name,
projectId: '',
occurredAt: occurredAt,
anonymousId: '', // TODO: Figure out what this is supposed to be
properties: properties,
),
);
}