ClipsData class

Constructors

ClipsData({String? id, String? url, String? embedUrl, String? broadcasterId, String? broadcasterName, String? creatorId, String? creatorName, String? videoId, String? gameId, String? language, String? title, int? viewCount, String? createdAt, String? thumbnailUrl, double? duration})

Properties

broadcasterId String?
final
broadcasterName String?
final
createdAt String?
final
creatorId String?
final
creatorName String?
final
duration double?
final
embedUrl String?
final
gameId String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
language String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailUrl String?
final
title String?
final
url String?
final
videoId 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) ClipsData?