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