contentHash property

  1. @JsonKey.new(includeIfNull: false, name: 'content_hash')
String? contentHash
final

The hash of the media content

Implementation

@JsonKey(includeIfNull: false, name: 'content_hash')
final String? contentHash;