ForwardInfo constructor

ForwardInfo({
  1. String? ipAddress,
  2. String? resourceUri,
  3. String? target,
})

Implementation

ForwardInfo({this.ipAddress, this.resourceUri, this.target});