RegexValidatorConfig.fromJson constructor

RegexValidatorConfig.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RegexValidatorConfig.fromJson(Map<String, dynamic> json) =>
    _$RegexValidatorConfigFromJson(json);