allCredentials property

NSDictionary get allCredentials

Implementation

NSDictionary get allCredentials {
  final _ret = _lib._objc_msgSend_180(_id, _lib._sel_allCredentials1);
  return NSDictionary._(_ret, _lib, retain: true, release: true);
}