tags property

List<String>? tags

Implementation

List<String>? get tags => (_$data['tags'] as List<String>?);