Skip to content

Can you also add json snippets? #19

@sujith-simon

Description

@sujith-simon

I really like this repo and wanted to see more snippets added.
something like the below will help a lot.

class MyClass {
  .....
  ...

  Map<String,dynamic> toJson(){
  ....
  return map;
  }

  MyClass fromJson(Map<String,dynamic> map){
  ....
  return myClass;
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions