ShieldedNodes constructor

ShieldedNodes({
  1. bool? enabled,
})

Implementation

ShieldedNodes({
  this.enabled,
});