QueryResult<T> constructor

QueryResult<T>(
  1. T data
)

Implementation

QueryResult(this.data);