titleOf method

String titleOf(
  1. String groupID
)

Implementation

String titleOf(String groupID) => group(groupID).title ?? groupID;