filiph/egamebook

get the name from instanceType more elegantly

todo opened this issue · 0 comments

todo commented

// TODO: get the name from instanceType more elegantly
final instanceTypeName = instanceType.getDisplayString().split('<').first;
final variableName =
"_\$" "${ReCase(instanceTypeName).camelCase}" "Serializer";


This issue was generated by todo based on a TODO comment in 3147edd. It's been assigned to @filiph because they committed the code.