type property

String? type
final

Value of the type OG field.

It is used to describe the type of an image. It can be one of the following:

  • icon
  • logo
  • photo
  • etc

Implementation

final String? type;