validate method

  1. @override
String? validate(
  1. dynamic data
)
override

Implementation

@override
String? validate(data) {
  return null;
}