hasDefault property

bool hasDefault

Implementation

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