FBUserLogin.other constructor

FBUserLogin.other(
  1. UserLogin other
)

Implementation

FBUserLogin.other(UserLogin other)
    : super(other.isFullyLoaded(), other.id, other.username, other.email,
          other.name, other.userType, other.accountType, other.externalID);