menu
ews package
documentation
Core/ServiceObjects/Items/Item.dart
Item
Item constructor
Item constructor
dark_mode
light_mode
Item
constructor
Item
(
ExchangeService
service
)
Initializes an unsaved local instance of
The ExchangeService object to which the item will be bound.
Implementation
Item(ExchangeService service) : super(service);
ews package
documentation
Core/ServiceObjects/Items/Item
Item
Item constructor
Item class