Success<T> constructor

const Success<T>(
  1. T data, [
  2. String? message
])

Implementation

const Success(this.data, [this.message]);