m0 method

Map m0(
  1. String key, {
  2. Map defaultValue = const {},
})

Implementation

Map m0(String key, {Map defaultValue = const {}}) {
  return m(key, defaultValue: defaultValue, showLog: false);
}