confirmTransferOwnership property

  1. @override
String get confirmTransferOwnership
override

In en, this translates to : **'Are you sure you want to transfer ownership? This can't be undone, and the new owner will take full control.'

Implementation

@override
String get confirmTransferOwnership =>
    '소유권을 이전하시겠습니까? 취소할 수 없으며 새 소유자가 모든 권한을 가집니다.';