AllowlistResult.fromJson constructor

AllowlistResult.fromJson(
  1. Map json_
)

Implementation

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