isPayable property
bool
get
isPayable
Whether this function is payable.
Implementation
bool get isPayable => stateMutability == 'payable';
Whether this function is payable.
bool get isPayable => stateMutability == 'payable';