helper method

dynamic helper(
  1. dynamic data
)

Implementation

helper(data) {
  // 返回数据
  message = Response(200, body: data);
}