Skip to content

Instantly share code, notes, and snippets.

@mono0926
Created September 14, 2022 10:26
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 mono0926/7f87ab03cfbf7ea5b60c08231cdf3eb2 to your computer and use it in GitHub Desktop.
Save mono0926/7f87ab03cfbf7ea5b60c08231cdf3eb2 to your computer and use it in GitHub Desktop.
- json['foo'] as Map<String, dynamic>),
+ Map<String, dynamic>.from(json['foo'] as Map)),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment