GeneratorResult<T extends ResponseResult?> constructor
GeneratorResult<T extends ResponseResult?> (
- T result,
- List<
Notification> notifications
Initialize a newly created generator result with the given result
and
notifications
.
Implementation
GeneratorResult(this.result, this.notifications);