IFunnyMediaParser class
Fetch and parse the contents of a messageText to a media URL from iFunny.
Constructors
- IFunnyMediaParser(String messageText)
-
Create a new IFunnyMediaParser given a
messageText
.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageText → String
-
Message string containing a URL to parse.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getMediaUrlFromMessage(
) → Future< String?> - Fetch the picture or video URL from a message.
-
getPassedUrlFromMessage(
) → String? - Return the passed URL from a message.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited