Map<String, Object?> toJson() => <String, Object?>{ 'outcome': outcome.name, 'settledCount': settledCount, 'overflowDroppedCount': overflowDroppedCount, 'abandonedCount': abandonedCount, };