yt
yt
SearchResult
SearchResult constructor
SearchResult
SearchResult
constructor
Null safety
SearchResult
(
{
required
String
kind
,
required
String
etag
,
required
Id
id
,
Snippet?
snippet
}
)
Implementation
SearchResult( {required this.kind, required this.etag, required this.id, this.snippet});
yt
yt
SearchResult
SearchResult constructor
SearchResult class
Constructors
SearchResult
fromJson
Properties
etag
hashCode
id
kind
runtimeType
snippet
Methods
noSuchMethod
toJson
toString
Operators
operator ==