Placeholder.fromJson constructor

Placeholder.fromJson(
  1. Map json_
)

Implementation

Placeholder.fromJson(core.Map json_)
  : this(
      index: json_['index'] as core.int?,
      parentObjectId: json_['parentObjectId'] as core.String?,
      type: json_['type'] as core.String?,
    );