dart_holodex_api
dart_holodex_api
Video
Video.fromJson factory constructor
Video.fromJson
Video.fromJson
constructor
Null safety
Video.fromJson
(
String
source
)
Implementation
factory Video.fromJson(String source) => Video.fromMap(json.decode(source));
dart_holodex_api
dart_holodex_api
Video
Video.fromJson factory constructor
Video class
Constructors
Video
fromJson
fromMap
Properties
availableAt
channel
channelId
description
duration
endActual
hashCode
id
language
liveViewers
props
publishedAt
runtimeType
songcount
startActual
startScheduled
status
stringify
title
topicId
type
Methods
copyWith
noSuchMethod
toJson
toMap
toString
Operators
operator ==