DeleteLinkList constructor Null safety

const DeleteLinkList(
  1. {LinkModel? value}
)

Implementation

const DeleteLinkList({this.value});