KeyValueViewModel.fromJson constructor
KeyValueViewModel.fromJson(
- String str
Implementation
factory KeyValueViewModel.fromJson(final String str) => KeyValueViewModel.fromMap(json.decode(str));
factory KeyValueViewModel.fromJson(final String str) => KeyValueViewModel.fromMap(json.decode(str));