Card constructor

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

Implementation

factory Card([void updates(CardBuilder b)]) = _$Card;