Buddy constructor

const Buddy(
  1. String uuid,
  2. String displayName,
  3. String? themeUuid,
  4. String displayIcon,
  5. String assetPath,
  6. bool isHiddenIfNotOwned,
)

Implementation

const Buddy(this.uuid, this.displayName, this.themeUuid, this.displayIcon,
    this.assetPath, this.isHiddenIfNotOwned);