menu
googleapis package
documentation
youtube/v3.dart
ResourceId
ResourceId.new constructor
ResourceId.new constructor
dark_mode
light_mode
ResourceId
constructor
ResourceId
(
{
String
?
channelId
,
String
?
kind
,
String
?
playlistId
,
String
?
videoId
,
})
Implementation
ResourceId({
this
.channelId,
this
.kind,
this
.playlistId,
this
.videoId, });
googleapis package
documentation
youtube/v3
ResourceId
ResourceId.new constructor
ResourceId class
Constructors
new
fromJson
Properties
channelId
hashCode
kind
playlistId
runtimeType
videoId
Methods
noSuchMethod
toJson
toString
Operators
operator ==