SearchRangeRequest.fromJson constructor
SearchRangeRequest.fromJson(
- Map json_
Implementation
SearchRangeRequest.fromJson(core.Map json_)
: this(
ipPrefixLength: json_['ipPrefixLength'] as core.int?,
network: json_['network'] as core.String?,
);