Map<String, dynamic> toJson() { return { 'safetyTipStatus': safetyTipStatus.toJson(), if (safeUrl != null) 'safeUrl': safeUrl, }; }