classTemplate property

String? classTemplate
final

Custom class template using Mustache syntax.

Available variables:

  • {{className}}: Original class name
  • {{mixinName}}: Generated mixin name
  • {{apiClientType}}: API client type
  • {{#methods}}: Loop over generated methods
  • {{vars.*}}: Any custom variable

Implementation

final String? classTemplate;