userID property

String userID

Implementation

String get userID {
  return publicInfo?.userID ?? friendInfo?.userID ?? blackInfo?.userID ?? '';
}