SimpleTextListUpdated constructor

const SimpleTextListUpdated({
  1. List<SimpleTextModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const SimpleTextListUpdated({this.value, this.mightHaveMore});