TrustedProxy constructor

const TrustedProxy({
  1. List<String> headers = const [],
  2. bool useLeftmostIp = false,
})

Implementation

const TrustedProxy({
  this.headers = const [],
  this.useLeftmostIp = false,
});