$Config.fromJson constructor

$Config.fromJson(
  1. Map json_
)

Implementation

$Config.fromJson(core.Map json_)
  : this(
      allowlistDocument: json_['allowlistDocument'] as core.String?,
      maxResultCount: json_['maxResultCount'] as core.int?,
    );