DetPag constructor

DetPag({
  1. String? tPag,
  2. String? vPag,
  3. CardPagamento? card,
})

Implementation

DetPag({this.tPag, this.vPag, this.card});