@override Map<String, dynamic> toJson() => <String, dynamic>{ 'id': id.toString(), 'data': data, 'timeout': timeout, '@type': constructor, };