Replay class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
audioById(
String audioId) → dynamic -
audioByUrl(
String audioUrl) → dynamic -
documentById(
String documentId) → dynamic -
documentByUrl(
String documentUrl) → dynamic -
imageById(
String imageId) → dynamic -
imageByUrl(
String imageUrl) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
text(
String text, bool? previewUrl) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
videoById(
String videoId) → dynamic -
videoByUrl(
String videoUrl) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited