SocialContentDetection constructor

SocialContentDetection(
  1. DetectedType type,
  2. TextRange range,
  3. String text
)

Implementation

SocialContentDetection(this.type, this.range, this.text);