isFlutterScheme property
If true, this is a Flutter defined scheme, if false it is a custom scheme.
This used to separate the two types of color schemes, those produced via identical configuration to Flutter defined schemes, and those that are custom and made by FlexColorScheme using a FlexTones configuration, that offers capability to use multiple seed colors and more flexible color scheme generation.
Implementation
final bool isFlutterScheme;