statusText method

ServerUniverseFunctionResponse statusText(
  1. String? status
)

Implementation

ServerUniverseFunctionResponse statusText(String? status) {
  _status_text = status;
  return this;
}