setDictionary method Null safety
- Dictionary? value,
- {required String key}
Sets a Dictionary for the given key
.
Implementation
void setDictionary(Dictionary? value, {required String key});
Sets a Dictionary for the given key
.
void setDictionary(Dictionary? value, {required String key});