encode method

Object encode()

Implementation

Object encode() {
  return <Object?>[
    documentCheck.index,
    humanReviewCompare.index,
    humanReviewDocumentCheck.index,
    humanReviewLivenessCheck.index,
    humanReviewSelfieCheck.index,
    humanReviewUpdateSelfie.index,
    livenessCheck.index,
    registerSelfie.index,
    returnPersonalInfo.index,
    selfieCheck.index,
    selfieProvided.index,
    selfieToIdAuthorityCompare.index,
    selfieToIdCardCompare.index,
    selfieToRegisteredSelfieCompare.index,
    updateRegisteredSelfieOnFile.index,
    verifyDocument.index,
    verifyIdNumber.index,
  ];
}