keyPathBuilder function

Builder keyPathBuilder(
  1. BuilderOptions options
)

Implementation

Builder keyPathBuilder(BuilderOptions options) => SharedPartBuilder(
      [KeyPathGenerator(), CaseKeyPathGenerator()],
      "key_path",
    );