soreo
reddit_client
RedditClient
nullIfEmptyUri method
nullIfEmptyUri
nullIfEmptyUri
method
Null safety
Uri
?
nullIfEmptyUri
(
Uri
?
str
)
Implementation
Uri? nullIfEmptyUri(Uri? str) => str?.hasEmptyPath == true ? null : str;
soreo
reddit_client
RedditClient
nullIfEmptyUri 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