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