PlayerGroupMetas constructor

PlayerGroupMetas({
  1. String? title,
  2. String? subTitle,
  3. MetasImage? image,
})

Implementation

PlayerGroupMetas({
  this.title,
  this.subTitle,
  this.image,
});