LinkService constructor

LinkService({
  1. String? service,
  2. String? status,
})

Implementation

LinkService({this.service, this.status});