VideoAbuseReport class

Constructors

VideoAbuseReport({String? comments, String? language, String? reasonId, String? secondaryReasonId, String? videoId})
VideoAbuseReport.fromJson(Map json_)

Properties

comments String?
Additional comments regarding the abuse report.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
language String?
The language that the content was viewed in.
getter/setter pair
reasonId String?
The high-level, or primary, reason that the content is abusive.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryReasonId String?
The specific, or secondary, reason that this content is abusive (if available).
getter/setter pair
videoId String?
The ID that YouTube uses to uniquely identify the video.
getter/setter pair

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.
inherited

Operators

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