dart_holodex_api
dart_holodex_api
Channel
Channel.fromJson factory constructor
Channel.fromJson
Channel.fromJson
constructor
Null safety
Channel.fromJson
(
String
source
)
Implementation
factory Channel.fromJson(String source) => Channel.fromMap(json.decode(source));
dart_holodex_api
dart_holodex_api
Channel
Channel.fromJson factory constructor
Channel class
Constructors
Channel
fromJson
fromMap
Properties
banner
clipCount
description
englishName
hashCode
id
inactive
lang
name
org
photo
props
publishedAt
runtimeType
stringify
suborg
subscriberCount
twitter
type
videoCount
viewCount
Methods
copyWith
noSuchMethod
toJson
toMap
toString
Operators
operator ==