type property

String? type
final

Value of the type OG field.

It is used to describe the type of a video. It can be one of the following:

  • mp4
  • ogv
  • etc

Implementation

final String? type;