yt
yt
WatermarksResource
imageBytesToList method
imageBytesToList
imageBytesToList
method
Null safety
List
<
int
>
imageBytesToList
(
dynamic
imageBytes
)
Implementation
static List<int> imageBytesToList(imageBytes) => List.from(imageBytes);
yt
yt
WatermarksResource
imageBytesToList method
WatermarksResource class
Constructors
WatermarksResource
fromFile
fromFilePath
fromJson
Properties
hashCode
imageBytes
imageUrl
position
runtimeType
targetChannelId
timing
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
imageBytesToList
stringToUint8List