GetObjectInstanceDelegate<T extends ServiceObject> typedef

GetObjectInstanceDelegate<T extends ServiceObject> = T Function(ExchangeService service, String xmlElementName)
Used to produce an instance of a service object based on XML element name. Exchange service instance. XML element name.

Implementation

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