UpdateLinkList constructor Null safety

const UpdateLinkList(
  1. {LinkModel? value}
)

Implementation

const UpdateLinkList({this.value});