UpdatePeerHistoryTTL constructor

const UpdatePeerHistoryTTL({
  1. required PeerBase peer,
  2. int? ttlPeriod,
})

Update Peer History T T L constructor.

Implementation

const UpdatePeerHistoryTTL({required this.peer, this.ttlPeriod}) : super._();