public readonly property argumentTypes as Map<String, String>:
Annotation argument token kinds.
ann = Annotation("Column", {"length": "255"}, {"length": "Int"}) assert ann.argumentType("length") == "Int"