Club constructor

Club([
  1. dynamic updates(
    1. ClubBuilder b
    )
])

Implementation

factory Club([Function(ClubBuilder b) updates]) = _$Club;