toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'mouthClosed': mouthClosed,
'imageColoured': imageColoured,
'brightnessBalanced': brightnessBalanced,
'poseFrontal': poseFrontal,
'dynamicRange': dynamicRange,
'headHeightCorrect': headHeightCorrect,
'headWidthCorrect': headWidthCorrect,
'headHorizontalPositionCorrect': headHorizontalPositionCorrect,
'headVerticalPositionCorrect': headVerticalPositionCorrect,
'imageResolutionCorrect': imageResolutionCorrect,
'imageSharp': imageSharp,
'skinColorNatural': skinColorNatural,
'expressionNeutral': expressionNeutral,
'noFlashReflection': noFlashReflection,
'noGlasses': noGlasses,
'noHat': noHat,
'noNoise': noNoise,
'noOverExposure': noOverExposure,
'noPixelation': noPixelation,
'noRedEye': noRedEye,
'noSmile': noSmile,
'noUnderExposure': noUnderExposure,
'eyesOpen': eyesOpen,
'lookStraight': lookStraight,
'backgroundUniform': backgroundUniform,
'leftEyeVisible': leftEyeVisible,
'rightEyeVisible': rightEyeVisible,
'mouthVisible': mouthVisible,
'noseVisible': noseVisible,
};
}