localizedDescription property

  1. @Deprecated('Not supported. Member documentation may have more information.')
LocalizedString? localizedDescription
getter/setter pair

Translated strings for the description, which are unused and retained only for backward compatibility.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
LocalizedString? localizedDescription;