$EgressFrom constructor

$EgressFrom({
  1. List<String>? identities,
  2. String? identityType,
})

Implementation

$EgressFrom({
  this.identities,
  this.identityType,
});