getTeamShip method

TeamShip? getTeamShip(
  1. dynamic tid
)

读取群组关系

Implementation

TeamShip? getTeamShip(ObjectId tid) => _teamshipMap[tid];