@override Map<String, dynamic> toJson() => { ...super.toJson(), if (style != null) 'style': style?.toJson(), };