toJSON method

Map<String, dynamic> toJSON()
override

Implementation

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