Возвращает semantic color по роли.
Color call(String role) { final color = tokens[role]; if (color == null) { throw ArgumentError.value(role, 'role', 'Semantic color не найден.'); } return color; }