UpdateRequireCheckIn constructor

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

Implementation

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