generateMethods property

int? generateMethods
final

Specify which methods to generate for this class.

Defaults to all methods. Use this with the GenerateMethods static properties, like GenerateMethods.decode. To set multiple methods, combine properties using the | operator.

Implementation

final int? generateMethods;