BorrowConfiguration constructor

BorrowConfiguration({
  1. required bool allowEarlyCheckIn,
  2. required int maxTimeToLiveInMinutes,
})

Implementation

BorrowConfiguration({
  required this.allowEarlyCheckIn,
  required this.maxTimeToLiveInMinutes,
});