metaDataValues property Null safety

  1. @JsonKey(name: 'metadata_values')
List<String>? metaDataValues
read / write

Searches for group channels with metadata containing an item with the key specified by the metaDataKey

Implementation

@JsonKey(name: 'metadata_values')
List<String>? metaDataValues;