customTypeStartsWith property

  1. @JsonKey(name: 'custom_type_startswith')
String? customTypeStartsWith
read / write

Sets to filter channels by custom type that starts with.

Implementation

@JsonKey(name: 'custom_type_startswith')
String? customTypeStartsWith;