Map<String, dynamic> toJson() => { 'onload': onload?.toJson(), 'onclick': onclick?.toJson(), 'onsent': onsent?.toJson(), };