crossSessionEditingText property

  1. @override
String get crossSessionEditingText
override

No description provided for @crossSessionEditingText.

In en, this message translates to: 'Someone has edited this checkpoint during your session. If you continue your changes will overwrite the changes made by the other user. If you return then your changes will be overwritten with server ones'

Implementation

@override
String get crossSessionEditingText =>
    '在您的会话期间,其他人已编辑此检查点。如果您继续,您的更改将覆盖他们的更改。如果您返回,您的更改将被服务器上的更改覆盖。';