LineConnection.fromJson constructor

LineConnection.fromJson(
  1. Map json_
)

Implementation

LineConnection.fromJson(core.Map json_)
  : this(
      connectedObjectId: json_['connectedObjectId'] as core.String?,
      connectionSiteIndex: json_['connectionSiteIndex'] as core.int?,
    );