list property

ListAttribute? get list

Implementation

ListAttribute? get list =>
    attributes[EasyAttribute.list.key] as ListAttribute?;