transformOutput method

List<T?>? transformOutput(
  1. Object? o
)

Implementation

List<T?>? transformOutput(Object? o) => transformToList(o);