betaWarningMessage property

  1. @override
String get betaWarningMessage
override

No description provided for @betaWarningMessage.

In es, this message translates to: 'Esta característica está en desarrollo. Puede contener errores, funcionalidades incompletas o no terminadas.'

Implementation

@override
String get betaWarningMessage =>
    'This feature is under development. It may contain errors, incomplete functionality or is not finished.';