exclude property
A list of class name regex patterns (case sensitive) to use to determine which classes to not generate the props list for.
If autoInclude is false, this list will do nothing
Implementation
@override
final List<String> exclude;
A list of class name regex patterns (case sensitive) to use to determine which classes to not generate the props list for.
If autoInclude is false, this list will do nothing
@override
final List<String> exclude;