SearchSubtitleItem constructor
SearchSubtitleItem(
- String type,
- String? text,
- List<
KeyValuePair> properties
Implementation
factory SearchSubtitleItem(core.String type, core.String? text,
core.List<runtime_key_value_pair.KeyValuePair> properties) =>
SearchSubtitleItemImpl(type, text, properties);