rawBody property
String?
get
rawBody
Get raw body string (before JSON parsing)
Implementation
String? get rawBody => context['rawBody'] as String?;
Get raw body string (before JSON parsing)
String? get rawBody => context['rawBody'] as String?;