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