processCharacterLength method

void processCharacterLength(
  1. CharacterLength node
)

Implementation

void processCharacterLength(CharacterLength node) {
  _process(node);
  processNullable(node.unit, processCharLengthUnits);
}