RemoteValidator constructor
RemoteValidator({})
Implementation
RemoteValidator({
required this.endpoint,
this.headers,
this.fieldName,
this.message,
super.debounceMilliseconds,
});
RemoteValidator({
required this.endpoint,
this.headers,
this.fieldName,
this.message,
super.debounceMilliseconds,
});