body_str property
{zh} @brief 若此成员值不为空,则表示请求体是字符串,优先使用此值
Implementation
FutureOr<String?> get body_str async {
return await sendInstanceGet<String?>("body_str");
}
{zh} @brief 若此成员值不为空,则表示请求体是字符串,优先使用此值
FutureOr<String?> get body_str async {
return await sendInstanceGet<String?>("body_str");
}