GetStreamsResponseData class

Annotations
  • @freezed

Constructors

GetStreamsResponseData({String? id, String? userId, String? userLogin, String? userName, String? gameId, String? gameName, String? type, String? title, List<String>? tags, int? viewerCount, DateTime? startedAt, String? language, String? thumbnailUrl, List? tagIds, bool? isMature})
const
factory
GetStreamsResponseData.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $GetStreamsResponseDataCopyWith<GetStreamsResponseData>
no setterinherited
gameId String?
no setterinherited
gameName String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
isMature bool?
no setterinherited
language String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedAt DateTime?
no setterinherited
tagIds List?
no setterinherited
tags List<String>?
no setterinherited
thumbnailUrl String?
no setterinherited
title String?
no setterinherited
type String?
no setterinherited
userId String?
no setterinherited
userLogin String?
no setterinherited
userName String?
no setterinherited
viewerCount 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