WTChatInput.init constructor

WTChatInput.init(
  1. String source
)

Implementation

WTChatInput.init(String source) {
  this.source = source;
}