toList method

List<O> toList([
  1. O? obj
])

Implementation

List<O> toList([O? obj]) => [object ?? obj!];