podType property
- @JsonKey.new(name: 'pod_type', includeIfNull: false, unknownEnumValue: JsonKey.nullForUndefinedEnumValue)
inherited
An enumeration of the available pod types.
Implementation
@JsonKey(
name: 'pod_type',
includeIfNull: false,
unknownEnumValue: JsonKey.nullForUndefinedEnumValue)
PodType? get podType => throw _privateConstructorUsedError;