skip property

bool skip
final

Whether this message should be skipped for internationalization.

When true, this message is still be validated and rendered, but it isn't extracted for translation. This is useful for placeholder messages during development that haven't yet been finalized.

Implementation

final bool skip;