toTuple method

List<IValue> toTuple()

Implementation

List<IValue> toTuple() {
  _preconditionType(typeCodeTuple, _typeCode);
  return _data;
}