enum_converter
IP5 demo package
What can it do?
Simply converts a enum value to string. input: Test.VAL1 output: 'VAL1'
Default behaviour dart toString() output is Test.VAL1
IP5 demo package
Simply converts a enum value to string. input: Test.VAL1 output: 'VAL1'
Default behaviour dart toString() output is Test.VAL1