menu
bloom_framework package
documentation
bloom_server.dart
BloomResponse
bodyText property
bodyText property
dark_mode
light_mode
bodyText
property
String
get
bodyText
Decodes and returns the buffered
body
as a UTF-8 string.
Implementation
String get bodyText => utf8.decode(body);
bloom_framework package
documentation
bloom_server
BloomResponse
bodyText property
BloomResponse class