orderedList property

ListAttribute? get orderedList

Implementation

ListAttribute? get orderedList => list?.isOrdered == true ? list : null;