DrawOfferRespondedGameEvent constructor

const DrawOfferRespondedGameEvent({
  1. required bool accept,
})

Creates new DrawOfferRespondedGameEvent object.

Implementation

const DrawOfferRespondedGameEvent({required this.accept})
    : super(GameEventType.drawOfferResponded, isBroadcasted: accept);