Map<String, dynamic> toJSON() => { 'gifUrl': null, 'image': base64Image, 'imageUrl': imageUrl, 'video': base64Video, 'videoUrl': videoUrl, };