embedIndices property

  1. @JsonKey.new(includeIfNull: false, name: 'embed_indices')
List<Int32Type>? embedIndices
final

Optional embed indices to include when forwarding only selected media

Implementation

@JsonKey(includeIfNull: false, name: 'embed_indices')
final List<Int32Type>? embedIndices;