getTags method

Map? getTags()

Returns all tags.

Implementation

Map<dynamic, dynamic>? getTags() =>
    this.getProperty(StreamInformation.keyTags);