jonataslaw / get_cli

Official Getx CLI
Apache License 2.0
595 stars 174 forks source link

fix issue #128 #137

Closed shawon1fb closed 2 years ago

shawon1fb commented 2 years ago

reason of this issue is trailing character "?". Nullable variables need "?" but the program hasn't handled the case for this character...

task list

  1. generate class name correctly
  2. replace all duplicate class
  3. also check subtype class
  4. and added null check operator in toJson and fromJson