Card constructor

Card([
  1. dynamic updates(
    1. CardBuilder b
    )
])

Implementation

factory Card([updates(CardBuilder b)/*!*/]) = _$Card;