type property

  1. @JsonKey(name: "type", toJson: _getAIParamTypeValue, fromJson: _getAIParamTypeEnum)
AIParamType type
getter/setter pair

Implementation

@JsonKey(
  name: "type",
  toJson: _getAIParamTypeValue,
  fromJson: _getAIParamTypeEnum,
)
AIParamType type;