mp4SizeInt property

int? mp4SizeInt

The size of this file in bytes.

Implementation

int? get mp4SizeInt => mp4Size == null ? null : int.parse(mp4Size!);