GameAvatar constructor

GameAvatar(
  1. Avatar? avatar,
  2. String? customName
)

Implementation

GameAvatar(this.avatar, this.customName);