ipAddress property
String?
get
ipAddress
Implementation
String? get ipAddress => _$this._ipAddress;
set
ipAddress
(String? ipAddress)
Implementation
set ipAddress(String? ipAddress) => _$this._ipAddress = ipAddress;