GetContacts constructor

const GetContacts({
  1. bool openSettings,
  2. bool getIfHasPermission,
})

Implementation

const factory GetContacts(
    {final bool openSettings,
    final bool getIfHasPermission}) = _$GetContactsImpl;