isShared property
bool
get
isShared
Whether this builder is a shared builder.
Implementation
bool get isShared => this == BuilderType.shared;
Whether this builder is a shared builder.
bool get isShared => this == BuilderType.shared;