VimeoLinkInfoDto class

Vimeo video link info data object.

Annotations
  • @JsonSerializable()

Constructors

VimeoLinkInfoDto({required String embededHtml, required num width, required num height, required String thumbnailUrl, required num thumbnailWidth, required num thumbnailHeight, required String thumbnailUrlWithPlayButton, required int videoId, required String uri})
const
VimeoLinkInfoDto.fromJson(Map<String, dynamic> json)
factory

Properties

embededHtml String
final
hashCode int
The hash code for this object.
no setteroverride
height num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailHeight num
final
thumbnailUrl String
final
thumbnailUrlWithPlayButton String
final
thumbnailWidth num
final
uri String
final
videoId int
final
width num
final

Methods

copyWith({String? embededHtml, num? width, num? height, String? thumbnailUrl, num? thumbnailWidth, num? thumbnailHeight, String? thumbnailUrlWithPlayButton, int? videoId, String? uri}) VimeoLinkInfoDto
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant VimeoLinkInfoDto other) bool
The equality operator.
override