finalConfirmationDescription property

  1. @override
String get finalConfirmationDescription
override

No description provided for @finalConfirmationDescription.

In en, this message translates to: 'Use this only if you have filled all the required checkpoints. It completes them and can break if some are not finished'

Implementation

@override
String get finalConfirmationDescription =>
    'Use this only if you have filled all the required checkpoints. It completes them and can break if some are not finished';