@override String transform(Token token) { final shadows = BoxShadowValueList.maybeParse(token.value); return shadows!.toString(); }