VimeoLinkInfoDto class

Vimeo video link info data object.

Annotations
  • @freezed

Constructors

VimeoLinkInfoDto({@JsonKey(name: 'html', fromJson: stringFromJson) required String embededHtml, @JsonKey(name: 'width', fromJson: numFromJson) required num width, @JsonKey(name: 'height', fromJson: numFromJson) required num height, @JsonKey(name: 'thumbnail_url', fromJson: stringFromJson) required String thumbnailUrl, @JsonKey(name: 'thumbnail_width', fromJson: numFromJson) required num thumbnailWidth, @JsonKey(name: 'thumbnail_height', fromJson: numFromJson) required num thumbnailHeight, @JsonKey(name: 'thumbnail_url_with_play_button', fromJson: stringFromJson) required String thumbnailUrlWithPlayButton, @JsonKey(name: 'video_id') required int videoId, @JsonKey(name: 'uri', fromJson: stringFromJson) required String uri})
const
factory
VimeoLinkInfoDto.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $VimeoLinkInfoDtoCopyWith<VimeoLinkInfoDto>
no setterinherited
embededHtml String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height num
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailHeight num
no setterinherited
thumbnailUrl String
no setterinherited
thumbnailUrlWithPlayButton String
no setterinherited
thumbnailWidth num
no setterinherited
uri String
no setterinherited
videoId int
no setterinherited
width num
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited