asList method

List asList(
  1. String key
)

Implementation

List asList(String key) {
  return List.from(_all[key]);
}