toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "user_alpha_channel_img_s3": userAlphaChannelImgS3,
      "user_photo_s3": userPhotoS3,
    };