GetItem method

Item? GetItem()
Obtains the ItemBase object associated with the wrapper.

Implementation

Item? GetItem() {
  return null;
}