ListAttribute constructor

const ListAttribute(
  1. String? val
)

Implementation

const ListAttribute(String? val) : super('list', AttributeScope.block, val);