InstaPost class
Constructors
- InstaPost({PostType? postType, String? postUrl, Dimensions? dimensions, String? displayURL, required PostTime videoDuration, required PostUserDetails user, Dimensions? thumbnailDimensions, String? thumbnailUrl})
Properties
- dimensions → Dimensions?
-
final
- displayURL → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- postType → PostType?
-
final
- postUrl → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbnailDimensions → Dimensions?
-
final
- thumbnailUrl → String?
-
final
- user → PostUserDetails
-
final
- videoDuration → PostTime
-
final
Methods
-
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