StateVariableProp
Class that represents the properties of StateVariables
Base: Enum
State Variable Properties:
CONSTANT: str = 'constant'
IMMUTABLE: str = 'immutable'
INTERNAL: str = 'internal'
PRIVATE: str = 'private'
PUBLIC: str = 'public'
Last updated