StringListProperty constructor

const StringListProperty({
  1. String? propertyName,
  2. bool indexed = true,
})

Implementation

const StringListProperty({String? propertyName, bool indexed = true})
    : super(const StringProperty(),
          propertyName: propertyName, indexed: indexed);