ValidasiTransformation<TInput, TOutput> constructor

const ValidasiTransformation<TInput, TOutput>(
  1. TransformFn<TInput, TOutput> transform, {
  2. String? message,
})

Implementation

const ValidasiTransformation(this.transform, {this.message});