delegate property

dynamic delegate

Returns the assigned factory delegate.

Implementation

dynamic get delegate {
  throw UnimplementedError('delegate is not implemented');
}