isPayable property

bool get isPayable

Whether this function is payable.

Implementation

bool get isPayable => stateMutability == 'payable';