ChildLink.fromJson constructor

ChildLink.fromJson(
  1. Map json_
)

Implementation

ChildLink.fromJson(core.Map json_)
  : this(
      childIndex: json_['childIndex'] as core.int?,
      type: json_['type'] as core.String?,
      variable: json_['variable'] as core.String?,
    );