findGroupByName

abstract fun findGroupByName(groupName: String?): Group?

Find the @object:Group object by its name

Return

an object @object:Group

Parameters

groupName

String The name of the group to find