AllowlistResult.fromJson constructor
      
      AllowlistResult.fromJson(
    
    
- Map json_
 
Implementation
AllowlistResult.fromJson(core.Map json_)
  : this(matchedPattern: json_['matchedPattern'] as core.String?);
AllowlistResult.fromJson(core.Map json_)
  : this(matchedPattern: json_['matchedPattern'] as core.String?);