isReadOnly property

bool get isReadOnly

Whether this is a view/pure function.

Implementation

bool get isReadOnly => stateMutability == 'view' || stateMutability == 'pure';