AsyncSuccess<T> constructor

const AsyncSuccess<T>(
  1. T data
)

Implementation

const AsyncSuccess(this.data);