menu
ews package
documentation
Core/ServiceObjects/Items/Item.dart
Item
GetSchema method
GetSchema method
dark_mode
light_mode
GetSchema
method
@
override
ServiceObjectSchema
GetSchema
(
)
override
method to return the schema associated with this type of object.
Implementation
@override ServiceObjectSchema GetSchema() { return ItemSchema.Instance; }
ews package
documentation
Core/ServiceObjects/Items/Item
Item
GetSchema method
Item class