SimpleTextListLoaded constructor Null safety
- {bool? mightHaveMore,
- List<
SimpleTextModel?> ? values = const []}
Implementation
const SimpleTextListLoaded({this.mightHaveMore, this.values = const []});
const SimpleTextListLoaded({this.mightHaveMore, this.values = const []});