tags property

List tags
latefinal

Implementation

late final List<dynamic> tags =
    metadata['tags'] as List<dynamic>? ?? <dynamic>[];