list method

dynamic list(
  1. dynamic name
)

Implementation

list(name) => a(name) ?? b(name);