Watermarks class Null safety
A Watermark
resource identifies an image that displays during playbacks of
a specified channel's videos. You can also specify a target channel to which
the image will link as well as timing details that determine when the
watermark appears during video playbacks and the length of time it is
visible.
Constructors
- Watermarks(Dio dio)
Properties
- accept → String
-
final, inherited
- contentType → String
-
final, inherited
- dio → Dio
-
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
buildParts(
List< String> partList, String part) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
set(
{required String channelId, required dynamic watermarksResource}) → Future< bool> - Uploads a watermark image to YouTube and sets it for a channel.
-
toString(
) → String -
A string representation of this object.
inherited
-
unset(
{required String channelId}) → Future< bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited