discriminatorValue property

dynamic discriminatorValue
final

Custom value for the discriminator property.

If not set this defaults to the class name. If you want this class to be the default choice when no other discriminator value matches, use MappableClass.useAsDefault.

Implementation

final dynamic discriminatorValue;