ValidationContext<T> constructor

ValidationContext<T>({
  1. required T? value,
})

Implementation

ValidationContext({
  required this.value,
});