SmartReplySuggestion constructor

SmartReplySuggestion(
  1. String _text,
  2. String _toString
)

Implementation

SmartReplySuggestion(this._text, this._toString);