getTags method

Map? getTags()

Returns all tags.

Implementation

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