durationMilliseconds property

  1. @JsonKey(name: 'duration_ms')
int? durationMilliseconds
inherited

Available when type is video. Duration in milliseconds of the video.

Implementation

@JsonKey(name: 'duration_ms')
int? get durationMilliseconds => throw _privateConstructorUsedError;