IGetObjectInstanceDelegate<T extends ServiceObject> typedef

IGetObjectInstanceDelegate<T extends ServiceObject> = T Function(ExchangeService? service, String xmlElementName)

Implementation

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