isCustom property
bool
get
isCustom
Whether this part is a custom part.
Implementation
bool get isCustom => toJson().containsKey('custom');
Whether this part is a custom part.
bool get isCustom => toJson().containsKey('custom');