LinkService.fromJson constructor

LinkService.fromJson(
  1. Map json_
)

Implementation

LinkService.fromJson(core.Map json_)
    : this(
        service: json_['service'] as core.String?,
        status: json_['status'] as core.String?,
      );