Rpm constructor

Rpm([
  1. void updates(
    1. RpmBuilder b
    )?
])

Implementation

factory Rpm([void Function(RpmBuilder b)? updates]) = _$Rpm;