StringListPlayerMsg constructor

StringListPlayerMsg({
  1. int? playerId,
  2. String? vvtUrl,
  3. List<String?>? imageUrls,
})

Implementation

StringListPlayerMsg({
  this.playerId,
  this.vvtUrl,
  this.imageUrls,
});