descriptionList property

List<String>? descriptionList

Implementation

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