others property
- @JsonKey.new(name: 'others', toJson: secretDependencyTypeListToJson, fromJson: secretDependencyTypeListFromJson)
final
Implementation
@JsonKey(
name: 'others',
toJson: secretDependencyTypeListToJson,
fromJson: secretDependencyTypeListFromJson,
)
final List<enums.SecretDependencyType> others;