subtypeWireValue property

String? subtypeWireValue
final

Custom wire value for this subtype in the base class's polymorphic JSON dispatch. When null, the clean class name is used.

Only meaningful on subtype classes (those listed in a parent's explicitSubTypes). The value must match what the remote API sends.

Implementation

final String? subtypeWireValue;