AddLinkList constructor Null safety

const AddLinkList(
  1. {LinkModel? value}
)

Implementation

const AddLinkList({this.value});