data property

String? data
final

For transactions that call a contract function or create a contract, contains the hashed function name and the encoded parameters or the compiled contract code, respectively.

Implementation

final String? data;