Skip to content

Instantly share code, notes, and snippets.

@stephaniefash
Created July 10, 2020 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephaniefash/174ab6d9a3d2b88066f997ca4f78a524 to your computer and use it in GitHub Desktop.
Save stephaniefash/174ab6d9a3d2b88066f997ca4f78a524 to your computer and use it in GitHub Desktop.
MessageModel.fromJson(Map<String, dynamic> json) {
_name = json['name'];
_email = json['email'];
_body = json['body'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment