meaning property

String? meaning
final

The meaning of a message, used to disambiguate equivalent messages.

It's possible that two messages are textually equivalent in the source language, but have different meanings. In this case it's important that they are handled as separate translations.

This value is optional, and may be null if omitted.

Implementation

final String? meaning;