stateMutability property

String stateMutability

This is the state mutability of the constructor. It can be any of:

  • nonpayable
  • payable

Implementation

String get stateMutability => impl.stateMutability;