$IngressSource constructor

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

Implementation

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