DiscriminatorValue typedef

DiscriminatorValue = ({String parentClass, String propertyValue})

Implementation

typedef DiscriminatorValue = ({
  /// The name of the property that is used to discriminate the oneOf variants
  String propertyValue,

  /// -
  String parentClass,
});