menu
twitter_api_v2 package
documentation
twitter_api_v2.dart
TwitterResponse<D, M>
hasNotMeta property
hasNotMeta property
dark_mode
light_mode
hasNotMeta
property
bool
get
hasNotMeta
Returns true if this response has not
meta
, otherwise false.
Implementation
bool get hasNotMeta => !hasMeta;
twitter_api_v2 package
documentation
twitter_api_v2
TwitterResponse<D, M>
hasNotMeta property
TwitterResponse class