Cell.fromJson constructor

Cell.fromJson(
  1. String json, [
  2. ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY
])

Implementation

factory Cell.fromJson($core.String json,
        [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) =>
    create()..mergeFromJson(json, registry);