isCreatingContract property

bool isCreatingContract

true if this transaction is a creating contract transaction.

Implementation

bool get isCreatingContract => to == null;