VideoGetRatingResponse class

Annotations

Constructors

VideoGetRatingResponse({required String kind, required String etag, List<Rating>? ratingItems})
VideoGetRatingResponse.fromJson(Map<String, dynamic> json)
factory

Properties

etag String
The Etag of this resource.
finalinherited
hashCode int
The hash code for this object.
read-onlyinherited
items List<Rating>
read-only
kind String
Identifies the API resource's type. The value will be youtube#searchListResponse.
finalinherited
ratingItems List<Rating>?
A list of ratings that match the request criteria.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited