Success<T> constructor

Success<T>(
  1. T data
)

Implementation

Success(this.data);