Item constructor

Item(
  1. ExchangeService service
)
Initializes an unsaved local instance of The ExchangeService object to which the item will be bound.

Implementation

Item(ExchangeService service) : super(service);