EgressFrom constructor

EgressFrom({
  1. List<String>? identities,
  2. String? identityType,
  3. String? sourceRestriction,
  4. List<EgressSource>? sources,
})

Implementation

EgressFrom({
  this.identities,
  this.identityType,
  this.sourceRestriction,
  this.sources,
});