toList method

List<TestInfo<St>> toList({
  1. bool growable = true,
})

Implementation

List<TestInfo<St>> toList({
  bool growable = true,
}) =>
    _info.toList(growable: growable);