You can simply use a log method for get full req body printed.
log
import 'dart:developer'; log('data: $data');