ipList property

  1. @JsonKey.new(name: 'ipList')
List<String>? ipList
final

Local Access Point 的对内 IP 地址列表。ipList 和 domainList 必须至少填一个。

Implementation

@JsonKey(name: 'ipList')
final List<String>? ipList;