getGroupId method

String? getGroupId(
  1. int id
)

Implementation

String? getGroupId(int id) {
  if (!useGroupId) return null;
  return '$fullPath+$id';
}