VoiceSharingModerationCheckResponseModel constructor
const
VoiceSharingModerationCheckResponseModel({
- dynamic dateCheckedUnix,
- dynamic nameValue,
- dynamic nameCheck,
- dynamic descriptionValue,
- dynamic descriptionCheck,
- dynamic sampleIds,
- dynamic sampleChecks,
- dynamic captchaIds,
- dynamic captchaChecks,
Implementation
const VoiceSharingModerationCheckResponseModel({
this.dateCheckedUnix,
this.nameValue,
this.nameCheck,
this.descriptionValue,
this.descriptionCheck,
this.sampleIds,
this.sampleChecks,
this.captchaIds,
this.captchaChecks,
});