soreo
reddit_client
RedditClient
nullIfEmpty method
nullIfEmpty
nullIfEmpty
method
Null safety
String
?
nullIfEmpty
(
String
?
str
)
Implementation
String? nullIfEmpty(String? str) => str?.isEmpty == true ? null : str;
soreo
reddit_client
RedditClient
nullIfEmpty method
RedditClient class
Properties
hashCode
runtimeType
status
Methods
convertFromReddit
getPosts
getSettings
getSubreddit
getSubreddits
isSubscribedToSubreddit
login
logout
me
noSuchMethod
nullIfEmpty
nullIfEmptyUri
searchSubreddit
subscribe
toString
unsubscribe
updateSettings
Operators
operator ==
Static methods
newInstance