VideoResponseData class

Annotations
  • @freezed

Constructors

VideoResponseData({String? id, String? streamId, String? userId, String? userLogin, String? userName, String? title, String? description, String? createdAt, String? publishedAt, String? url, String? thumbnailUrl, String? viewable, int? viewCount, String? language, String? type, String? duration, List<MutedSegments>? mutedSegments})
const
factory
VideoResponseData.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $VideoResponseDataCopyWith<VideoResponseData>
no setterinherited
createdAt String?
no setterinherited
description String?
no setterinherited
duration String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
language String?
no setterinherited
mutedSegments List<MutedSegments>?
no setterinherited
publishedAt String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId String?
no setterinherited
thumbnailUrl String?
no setterinherited
title String?
no setterinherited
type String?
no setterinherited
url String?
no setterinherited
userId String?
no setterinherited
userLogin String?
no setterinherited
userName String?
no setterinherited
viewable String?
no setterinherited
viewCount int?
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