identifiers method
Implementation
HackleUserBuilder identifiers(Map<String, String> identifiers) {
_identifiers.addAll(identifiers);
return this;
}
HackleUserBuilder identifiers(Map<String, String> identifiers) {
_identifiers.addAll(identifiers);
return this;
}