Returns true if the transaction is included in a finalized block.
true
This is the final confirmation that the transaction has been permanently included in the blockchain. Use blockHash to get the block hash.
bool get isFinalized => type.toLowerCase() == 'finalized';