identifier method

HackleUserBuilder identifier(
  1. String key,
  2. String value
)

Implementation

HackleUserBuilder identifier(String key, String value) {
  _identifiers[key] = value;
  return this;
}