Title constructor

const Title(
  1. String uuid,
  2. String displayName,
  3. bool isHiddenIfNotOwned,
  4. String assetPath,
)

Implementation

const Title(
    this.uuid, this.displayName, this.isHiddenIfNotOwned, this.assetPath);