l0 method

List l0(
  1. String key, {
  2. List defaultValue = const [],
})

Implementation

List l0(String key, {List defaultValue = const []}) {
  return l(key, defaultValue: defaultValue, showLog: false);
}