ListAttribute constructor

const ListAttribute([
  1. String? value
])

Implementation

const ListAttribute([String? value]) : super(value: value);