Placeholder.fromJson constructor
Placeholder.fromJson(
- 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?,
);