descriptionList property

List<String>? get descriptionList

Implementation

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