ContactsToggleTopPeers constructor

const ContactsToggleTopPeers({
  1. required bool enabled,
})

Contacts Toggle Top Peers constructor.

Implementation

const ContactsToggleTopPeers({
  required this.enabled,
}) : super._();