SearchRangeRequest.fromJson constructor

SearchRangeRequest.fromJson(
  1. Map json_
)

Implementation

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