call method

  1. @override
Object? call(
  1. T value
)
override

Implementation

@override
Object? call(T value) => validator(value).call(value);