RequireCheckIn constructor

RequireCheckIn({
  1. bool? enabled,
  2. int? releaseAfterMinutes,
})

Implementation

RequireCheckIn({
  this.enabled,
  this.releaseAfterMinutes,
});