TokenAttribute constructor

TokenAttribute(
  1. String val
)

Implementation

TokenAttribute(String val) : super('token', AttributeScope.IGNORE, val);