GetClipsResponseData class

Annotations
  • @freezed

Constructors

GetClipsResponseData({String? id, String? url, String? embedUrl, String? broadcasterId, String? broadcasterName, String? creatorId, String? creatorName, String? videoId, String? gameId, String? language, String? title, int? viewCount, DateTime? createdAt, String? thumbnailUrl, double? duration, int? vodOffset})
const
factory
GetClipsResponseData.fromJson(Map<String, dynamic> json)
factory

Properties

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