hasDefault property

bool get hasDefault

Implementation

bool get hasDefault =>
    type is ExpressionDartPlaceholderType &&
    (type as ExpressionDartPlaceholderType).defaultValue != null;