propsGenerator function

Builder propsGenerator(
  1. BuilderOptions options
)

Builds generator for Equatable props generation

Implementation

Builder propsGenerator(BuilderOptions options) =>
    SharedPartBuilder([PropsGenerator()], 'props');