getTagId static method

String getTagId(
  1. int id
)

Implementation

static String getTagId(int id) {
  return '$tagId$id';
}