nextPagePassportFlipBottom property

dynamic get nextPagePassportFlipBottom

Implementation

ByteData? get nextPagePassportFlipBottom => _nextPagePassportFlipBottom;
set nextPagePassportFlipBottom (dynamic val)

Implementation

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