targetArch property

  1. @JsonKey.new(name: 'target_arch', defaultValue: [], fromJson: _targetArchFromJson)
List<Arch> targetArch
final

Implementation

@JsonKey(name: 'target_arch', defaultValue: [], fromJson: _targetArchFromJson)
final List<Arch> targetArch;