isBuiltIn property
bool
get
isBuiltIn
Check if this is a built-in connection effect
Implementation
bool get isBuiltIn => ConnectionEffects.all.contains(this);
Check if this is a built-in connection effect
bool get isBuiltIn => ConnectionEffects.all.contains(this);