include property

  1. @override
  2. @JsonKey.new(defaultValue: [])
List<String> include
final

A list of class name regex patterns (case sensitive) to use to determine which classes to generate the props list for.

If autoInclude is true, this list will do nothing

Implementation

@override
@JsonKey(defaultValue: [])
final List<String> include;