StreamData class

Constructors

StreamData({String? id, String? userId, String? userLogin, String? userName, String? gameId, String? gameName, String? type, String? title, int? viewerCount, String? startedAt, String? language, String? thumbnailUrl, List<String>? tagIds, bool? isMature})

Properties

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