PscServiceAttachment.fromJson constructor

PscServiceAttachment.fromJson(
  1. Map json_
)

Implementation

PscServiceAttachment.fromJson(core.Map json_)
  : this(
      connectionType: json_['connectionType'] as core.String?,
      serviceAttachment: json_['serviceAttachment'] as core.String?,
    );