nextPagePassportFlipStartDelay property

int? get nextPagePassportFlipStartDelay

Implementation

int? get nextPagePassportFlipStartDelay => _nextPagePassportFlipStartDelay;
set nextPagePassportFlipStartDelay (int? val)

Implementation

set nextPagePassportFlipStartDelay(int? val) {
  _nextPagePassportFlipStartDelay = val;
  _set({"nextPagePassportFlipStartDelay": val});
}