nextPagePassportShiftStartDelay property
Implementation
int? get nextPagePassportShiftStartDelay => _nextPagePassportShiftStartDelay;
Implementation
set nextPagePassportShiftStartDelay(int? val) {
_nextPagePassportShiftStartDelay = val;
_set({"nextPagePassportShiftStartDelay": val});
}