declaration property
The declaration of if()
, as though it were a normal function.
Implementation
static final declaration = ArgumentDeclaration.parse(
r"@function if($condition, $if-true, $if-false) {");
The declaration of if()
, as though it were a normal function.
static final declaration = ArgumentDeclaration.parse(
r"@function if($condition, $if-true, $if-false) {");