Map<String, dynamic> toMap() { return { 'checkout': checkout.toMap(), 'migration': migration?.toMap(), }; }