client_ip property
Int8List?
get
client_ip
Implementation
Int8List? get client_ip => this._client_ip;
set
client_ip
(Int8List? client_ip)
Implementation
set client_ip(Int8List? client_ip) {
this._client_ip = client_ip;
}