SearchSubtitleItem constructor

SearchSubtitleItem(
  1. String type,
  2. String? text,
  3. List<KeyValuePair> properties
)

Implementation

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