status property

List<String>? get status

Implementation

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