name property

  1. @override
LocalizedString name

User-facing name for this Content Protection, e.g. "Readium LCP". It could be used in a sentence such as "Protected by {name}"

Implementation

@override
LocalizedString get name => LocalizedString.fromString("Readium LCP");