GetObjectInstanceDelegate<T extends ServiceObject> typedef
GetObjectInstanceDelegate<T extends ServiceObject> =
T Function(ExchangeService service, String xmlElementName)
Implementation
typedef T GetObjectInstanceDelegate<T extends ServiceObject>(
ExchangeService service, String xmlElementName);