parameters property Null safety
read / write
A map of values to replace in the format string at execution time.
Input values should not be in the format string, but instead provided in this map. Keys of this map will be searched for in the format string and be replaced by the value in this map.
Implementation
Map<String, dynamic>? parameters;