ContactsEvent.getContacts constructor

const ContactsEvent.getContacts({
  1. @Default(false) bool openSettings,
  2. @Default(false) bool getIfHasPermission,
})

Implementation

const factory ContactsEvent.getContacts({
 @Default(false) bool openSettings,
  @Default(false) bool getIfHasPermission
}) = GetContacts;