SimpleTextListLoaded constructor Null safety

const SimpleTextListLoaded(
  1. {bool? mightHaveMore,
  2. List<SimpleTextModel?>? values = const []}
)

Implementation

const SimpleTextListLoaded({this.mightHaveMore, this.values = const []});