Uco constructor Null safety

Uco(
  1. {List? transfers}
)

Implementation

Uco({
  this.transfers,
});