operand property

String get operand

Implementation

String get operand => _operand.map((token) => token.runesAsString).join(',');