toList method

List<IValue> toList()

Implementation

List<IValue> toList() {
  _preconditionType(typeCodeList, _typeCode);
  return _data;
}