isCustom property
bool
get
isCustom
Whether this builder is a custom builder.
Implementation
bool get isCustom => this == BuilderType.custom;
Whether this builder is a custom builder.
bool get isCustom => this == BuilderType.custom;