ConnectionCheckUpdateEvent constructor

const ConnectionCheckUpdateEvent({
  1. required int checkId,
  2. required CheckInfo info,
})

Implementation

const ConnectionCheckUpdateEvent({
  required this.checkId,
  required this.info,
});