Return true if this token is a modifier such as abstract or const.
true
abstract
const
@override bool get isModifier => type.isModifier;