identifiers method

HackleUserBuilder identifiers(
  1. Map<String, String> identifiers
)

Implementation

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