DirectiveOutput constructor

DirectiveOutput(
  1. String name,
  2. bool isMockLike
)

Implementation

DirectiveOutput(super.name, this.isMockLike);