typeKind property

  1. @TagNumber.new(16)
SolutionType get typeKind

Optional explicit solution-kind tag. Redundant with the SolutionConfig oneof arm; provided so callers that pass this message standalone (or log it) can read a single discriminator. Defaults to UNSPECIFIED.

Implementation

@$pb.TagNumber(16)
SolutionType get typeKind => $_getN(15);
  1. @TagNumber.new(16)
set typeKind (SolutionType value)

Implementation

@$pb.TagNumber(16)
set typeKind(SolutionType value) => $_setField(16, value);