$EgressSource constructor

$EgressSource({
  1. String? accessLevel,
  2. String? resource,
})

Implementation

$EgressSource({
  this.accessLevel,
  this.resource,
});