duration property

  1. @override
String get duration
override

The duration column.

In android, the value of this column maybe null.

In iOS/macOS, the value of this column is 0 when the media is image.

Implementation

@override
String get duration => 'duration';