ContactsState constructor
const
ContactsState({})
Implementation
const factory ContactsState({
@Default([]) List<Contact> allContacts,
@Default([]) List<Contact> searchContacts,
@Default("") String searchText,
@Default(false) bool hasPermission,
@Default(false) bool isLoading,
}) = _Initial;