equals method
Indicates whether the given Margin is equal to this Margin. @param {Margin} m The Margin to compare to this Margin. @return {boolean} True if the two Margins have identical Top and Right and Bottom and Left values, false otherwise. @see #equalTo
Implementation
_i2.bool equals(_i3.Margin m) => _i4.callMethod(
this,
'equals',
[m],
);