nextPagePassportFlipBottom property
Implementation
ByteData? get nextPagePassportFlipBottom => _nextPagePassportFlipBottom;
Implementation
set nextPagePassportFlipBottom(ByteData? val) {
_nextPagePassportFlipBottom = val;
_set({"nextPagePassportFlipBottom": _dataToBase64(val)});
}