findAdornment method
Find an Adornment of a given category associated with this Part.
Templates should not have any adornments. @param {string} category @return {Adornment} Returns null if no such Adornment was found.
Implementation
_i3.Adornment? findAdornment(_i2.String category) => _i4.callMethod(
this,
'findAdornment',
[category],
);