isReadOnly property
bool
get
isReadOnly
Whether this is a view/pure function.
Implementation
bool get isReadOnly => stateMutability == 'view' || stateMutability == 'pure';
Whether this is a view/pure function.
bool get isReadOnly => stateMutability == 'view' || stateMutability == 'pure';