getRawList method

List<Object?> getRawList()

Implementation

List<Object?> getRawList()
{
  return _array;
}