toJson method
Implementation
@override
Map<String, dynamic> toJson() =>
<String, dynamic>{
'request_id': requestId,
'client_timestamp_utc': clientTimestampUtc?.toIso8601String(),
'request_body': (body as RequestJsonDto<TRequest>).toJson(),
};