MixinResponse<T> constructor

MixinResponse<T>(
  1. T data
)

Implementation

MixinResponse(
  this.data,
);