Magazine constructor

Magazine([
  1. dynamic updates(
    1. MagazineBuilder b
    )
])

Implementation

factory Magazine([Function(MagazineBuilder b) updates]) = _$Magazine;