validatorToJson function

String? validatorToJson(
  1. dynamic value
)

Implementation

String? validatorToJson(dynamic value) {
  return '';
}