You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an enum has a value like for example: FOR_SALE
The generated constant will be: FOR__SALE -> It should be FOR_SALE
and the generated enumMethod will be: fORSALE() -> It should be forSale()
When an enum has a value like for example:
FOR_SALEThe generated constant will be:
FOR__SALE-> It should beFOR_SALEand the generated enumMethod will be:
fORSALE()-> It should beforSale()