ContactsGetBlocked constructor

const ContactsGetBlocked({
  1. required bool myStoriesFrom,
  2. required int offset,
  3. required int limit,
})

Contacts Get Blocked constructor.

Implementation

const ContactsGetBlocked({
  required this.myStoriesFrom,
  required this.offset,
  required this.limit,
}) : super._();