podType property

  1. @JsonKey.new(name: 'pod_type', includeIfNull: false, unknownEnumValue: JsonKey.nullForUndefinedEnumValue)
PodType? get podType
inherited

An enumeration of the available pod types.

Implementation

@JsonKey(
    name: 'pod_type',
    includeIfNull: false,
    unknownEnumValue: JsonKey.nullForUndefinedEnumValue)
PodType? get podType => throw _privateConstructorUsedError;