boolDefault method

bool boolDefault(
  1. String name
)

The declared default for a ComponentPropertyKind.boolean property.

Implementation

bool boolDefault(String name) => (defaultOf(name) as BoolValue).value;