GeneratorResult<T extends ResponseResult?> constructor

GeneratorResult<T extends ResponseResult?>(
  1. T result,
  2. List<Notification> notifications
)

Initialize a newly created generator result with the given result and notifications.

Implementation

GeneratorResult(this.result, this.notifications);