LinkListUpdated constructor Null safety

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

Implementation

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