toJson method
Implementation
@override
Map<String, Object?> toJson() => super.toJson()
..addAll({
'phantomChild': phantomChild.toJson(),
if (zeroWidth != false) 'zeroWidth': zeroWidth,
if (zeroHeight != false) 'zeroHeight': zeroHeight,
});