EditCardPending constructor

const EditCardPending(
  1. {@required String cardId}
)

Implementation

const EditCardPending({@required this.cardId});