TweetGeoParam constructor

const TweetGeoParam({
  1. required String placeId,
})

Returns the new instance of TweetGeoParam.

Implementation

const TweetGeoParam({required this.placeId});