rawBody property

String? get rawBody

Get raw body string (before JSON parsing)

Implementation

String? get rawBody => context['rawBody'] as String?;