category property

List<String>? category

Implementation

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