assetCode property Null safety

String assetCode
read / write

The code of the stellar asset the user wants to receive for their deposit with the anchor. The value passed must match one of the codes listed in the /info response's deposit object. 'native' is a special asset_code that represents the native XLM token.

Implementation

late String assetCode;