categories property

List<String>? categories

Implementation

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