TweetEntities.empty constructor

const TweetEntities.empty()

Implementation

const TweetEntities.empty()
    : this.hashtags = const [],
      this.symbols = const [],
      this.userMentions = const [],
      this.urls = const [],
      this.media = const [];