isValid property

bool get isValid

验证配置有效性

Implementation

bool get isValid => type != null || builder != null;