webpSizeInt property

int? webpSizeInt

The size in bytes of the .webp file corresponding to this GIF.

Implementation

int? get webpSizeInt => webpSize == null ? null : int.parse(webpSize!);