The message payload (the envelope d field), without the type or channel.
d
@override Map<String, dynamic> toJson() => { 'requestId': requestId, 'ok': ok, if (message.isNotEmpty) 'message': message, };