Uco constructor Null safety

Uco(
  1. {List<UcoTransfer>? transfers}
)

Implementation

Uco({
  this.transfers,
});