pure constant
StateMutability
const pure
Function with no side effects and doesn't read from or modify the blockchain state.
Implementation
static const StateMutability pure = StateMutability._("pure");