StyleDeleteChange constructor
StyleDeleteChange({
- String? type,
- dynamic style,
Implementation
factory StyleDeleteChange({
_i2.String? type,
_i2.dynamic style,
}) =>
StyleDeleteChange._(
type: type,
style: style,
);