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