setGroupName method

dynamic setGroupName(
  1. String grpName
)

Implementation

setGroupName(String grpName) {
  return groupName = grpName;
}