body method

  1. @override
List<int>? body()
override

Implementation

@override
List<int>? body() {
  return StringUtils.encode(toBody());
}