VideoData class

Constructors

VideoData({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, MutedSegment? mutedSegments})

Properties

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

Static Methods

fromJson(Map<String, dynamic>? json) VideoData?