run method

  1. @override
String? run(
  1. String? val
)
override

Implementation

@override
String? run(String? val) => validationMethod(val);