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