metaDataValueStartWithFilter property Null safety

  1. @JsonKey(name: 'metadata_value_startswith')
String? metaDataValueStartWithFilter
read / write

Searches for group channels with metadata containing an item with the key specified by the metaDataKey and the values of that item start with the specified value

Implementation

@JsonKey(name: 'metadata_value_startswith')
String? metaDataValueStartWithFilter;