others property

  1. @JsonKey.new(name: 'others', toJson: secretDependencyTypeListToJson, fromJson: secretDependencyTypeListFromJson)
List<SecretDependencyType> others
final

Implementation

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