tier property

int tier

get tier

Implementation

int get tier => int.parse(
    tierRegex.firstMatch(templateId.split(":")[1])?.group(1) ?? "01");