menu
angular_compiler package
documentation
v1/src/compiler/ir/model.dart
DirectiveOutput
DirectiveOutput constructor
DirectiveOutput constructor
dark_mode
light_mode
DirectiveOutput
constructor
DirectiveOutput
(
String
name
,
bool
isMockLike
)
Implementation
DirectiveOutput(String name, this.isMockLike) : super(name);
angular_compiler package
documentation
v1/src/compiler/ir/model
DirectiveOutput
DirectiveOutput constructor
DirectiveOutput class