getDescription abstract method

String? getDescription([
  1. String languageRange
])

Gets the description of the value.

This description is used when asking for the users consent to share this data.

@param languageRange the set of languages requested @return the string of the currently set description

Implementation

String? getDescription([String languageRange]);